Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java256 binder.sendConnectionStateChange(device, profileId, newState,prevState); in processProfileStateChanged()
1045 public void sendConnectionStateChange(BluetoothDevice in sendConnectionStateChange() method in AdapterService.AdapterServiceBinder
1049 service.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange()
1625 void sendConnectionStateChange(BluetoothDevice in sendConnectionStateChange() method in AdapterService
1631 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState); in sendConnectionStateChange()
DAdapterProperties.java340 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange() method in AdapterProperties