Home
last modified time | relevance | path

Searched defs:getHapGroup (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl42 int getHapGroup(in BluetoothDevice device, in AttributionSource attributionSource); in getHapGroup() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java524 public int getHapGroup(BluetoothDevice device) { in getHapGroup() method in HapClientService
1349 public int getHapGroup(BluetoothDevice device, AttributionSource source) { in getHapGroup() method in HapClientService.BluetoothHapClientBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java844 public int getHapGroup(@NonNull BluetoothDevice device) { in getHapGroup() method in BluetoothHapClient