Searched refs:hapChangePresetName (Results 1 – 3 of 3) sorted by relevance
88 public void hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName() method in LeAudioViewModel89 bluetoothProxy.hapChangePresetName(device, preset_index, name); in hapChangePresetName()
615 leAudioViewModel.hapChangePresetName(device, preset_index, name); in setupViewsProfileUiEventListeners()
1409 public boolean hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName() method in BluetoothProxy