HomeSort by relevance Sort by last modified time
    Searched refs:sendConnectionStateChange (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 75 void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 174 binder.sendConnectionStateChange(device, profileId, newState,prevState);
846 public void sendConnectionStateChange(BluetoothDevice
850 service.sendConnectionStateChange(device, profile, state, prevState);
    [all...]
AdapterProperties.java 290 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) {
297 errorLog("Error in sendConnectionStateChange: "

Completed in 506 milliseconds