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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 126 void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState);
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 195 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.INPUT_DEVICE, state,
BluetoothPanProfileHandler.java 307 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.PAN, state,
BluetoothA2dpService.java 613 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.A2DP, state,
BluetoothHealthProfileHandler.java 639 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
BluetoothService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 638 mBluetoothService.sendConnectionStateChange(mRemoteDevice, BluetoothProfile.PBAP,
641 Log.e(TAG, "RemoteException in sendConnectionStateChange");
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 497 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEADSET,
500 Log.e(TAG, "sendConnectionStateChange: exception");
    [all...]

Completed in 211 milliseconds