HomeSort by relevance Sort by last modified time
    Searched defs:notifyProfileConnectionStateChanged (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 201 public void notifyProfileConnectionStateChanged(BluetoothDevice device,
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 742 mService.notifyProfileConnectionStateChanged(device, BluetoothProfile.A2DP, state, prevState);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 577 notifyProfileConnectionStateChanged(device, BluetoothProfile.INPUT_DEVICE,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 705 notifyProfileConnectionStateChanged(device, BluetoothProfile.HEALTH, newDeviceState, prevDeviceState);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 476 notifyProfileConnectionStateChanged(device, BluetoothProfile.PAN, state, prevState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 350 milliseconds