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

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

Completed in 89 milliseconds