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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java265 binder.sendConnectionStateChange(device, profileId, newState,prevState);
1162 public void sendConnectionStateChange(BluetoothDevice method in class:AdapterService.AdapterServiceBinder
1166 service.sendConnectionStateChange(device, profile, state, prevState);
1793 void sendConnectionStateChange(BluetoothDevice method in class:AdapterService
1799 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState);
H A DAdapterProperties.java352 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { method in class:AdapterProperties
359 errorLog("Error in sendConnectionStateChange: "

Completed in 70 milliseconds