Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java84 public void hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() method in LeAudioViewModel
85 bluetoothProxy.hapSetActivePresetForGroup(device, preset_index); in hapSetActivePresetForGroup()
DMainActivity.java609 leAudioViewModel.hapSetActivePresetForGroup(device, preset_index); in setupViewsProfileUiEventListeners()
DBluetoothProxy.java1401 public boolean hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() method in BluetoothProxy