Searched refs:bluetoothHapClient (Results 1 – 1 of 1) sorted by relevance
62 private BluetoothHapClient bluetoothHapClient = null; field in BluetoothProxy789 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 …]