Searched refs:hapSetActivePreset (Results 1 – 3 of 3) sorted by relevance
80 public void hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() method in LeAudioViewModel81 bluetoothProxy.hapSetActivePreset(device, preset_index); in hapSetActivePreset()
603 leAudioViewModel.hapSetActivePreset(device, preset_index); in setupViewsProfileUiEventListeners()
1394 public boolean hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() method in BluetoothProxy