Searched defs:sendConnectionStateChange (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 54 milliseconds