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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 41 int getHealthDeviceConnectionState(in BluetoothDevice device);
BluetoothHealth.java 352 return mService.getHealthDeviceConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 384 public int getHealthDeviceConnectionState(BluetoothDevice device) {
387 return service.getHealthDeviceConnectionState(device);
469 int getHealthDeviceConnectionState(BluetoothDevice device) {
    [all...]

Completed in 3223 milliseconds