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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 39 List<BluetoothDevice> getConnectedHealthDevices();
BluetoothHealth.java 381 return mService.getConnectedHealthDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 387 public List<BluetoothDevice> getConnectedHealthDevices() {
390 return service.getConnectedHealthDevices();
471 List<BluetoothDevice> getConnectedHealthDevices() {
    [all...]

Completed in 31 milliseconds