Home
last modified time | relevance | path

Searched defs:sendConnectionStateChange (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java576 private void sendConnectionStateChange(int profile, Intent connIntent) { in sendConnectionStateChange() method in AdapterProperties
594 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange() method in AdapterProperties
DAdapterService.java1490 public void sendConnectionStateChange(BluetoothDevice device, int profile, int state, in sendConnectionStateChange() method in AdapterService.AdapterServiceBinder
2383 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange() method in AdapterService