Searched refs:hapSetActivePresetForGroup (Results 1 – 3 of 3) sorted by relevance
84 public void hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() method in LeAudioViewModel85 bluetoothProxy.hapSetActivePresetForGroup(device, preset_index); in hapSetActivePresetForGroup()
609 leAudioViewModel.hapSetActivePresetForGroup(device, preset_index); in setupViewsProfileUiEventListeners()
1401 public boolean hapSetActivePresetForGroup(BluetoothDevice device, int preset_index) { in hapSetActivePresetForGroup() method in BluetoothProxy