Home
last modified time | relevance | path

Searched refs:bluetoothHapClient (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java62 private BluetoothHapClient bluetoothHapClient = null; field in BluetoothProxy
789 bluetoothHapClient = (BluetoothHapClient) bluetoothProfile; in initProfiles()
791 bluetoothHapClient.registerCallback(mExecutor, hapCallback); in initProfiles()
920 if (bluetoothHapClient != null) { in cleanupHapProxy()
921 bluetoothHapClient.unregisterCallback(hapCallback); in cleanupHapProxy()
922 bluetoothAdapter.closeProfileProxy(BluetoothProfile.HAP_CLIENT, bluetoothHapClient); in cleanupHapProxy()
1005 if (bluetoothHapClient != null) { in queryLeAudioDevices()
1007 bluetoothHapClient.getConnectionState(dev)); in queryLeAudioDevices()
1009 bluetoothHapClient.getConnectionState(dev) in queryLeAudioDevices()
1020 getFeaturesMethod.invoke(bluetoothHapClient, dev)); in queryLeAudioDevices()
[all …]