Searched refs:bluetoothVolumeControl (Results 1 – 1 of 1) sorted by relevance
61 private BluetoothVolumeControl bluetoothVolumeControl = null; field in BluetoothProxy786 bluetoothVolumeControl = (BluetoothVolumeControl) bluetoothProfile; in initProfiles()898 if (bluetoothVolumeControl != null) { in cleanupVolumeControlProxy()900 BluetoothProfile.VOLUME_CONTROL, bluetoothVolumeControl); in cleanupVolumeControlProxy()989 if (bluetoothVolumeControl != null) { in queryLeAudioDevices()991 bluetoothVolumeControl.getConnectionState(dev) in queryLeAudioDevices()1322 } else if (bluetoothVolumeControl != null) { in setVolume()1323 bluetoothVolumeControl.setVolumeOffset(device, volume); in setVolume()