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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 40 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(in int[] states);
BluetoothHealth.java 413 return mService.getHealthDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 393 public List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) {
396 return service.getHealthDevicesMatchingConnectionStates(states);
478 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(int[] states) {
    [all...]

Completed in 38 milliseconds