Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java80 public void hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() method in LeAudioViewModel
81 bluetoothProxy.hapSetActivePreset(device, preset_index); in hapSetActivePreset()
DMainActivity.java603 leAudioViewModel.hapSetActivePreset(device, preset_index); in setupViewsProfileUiEventListeners()
DBluetoothProxy.java1394 public boolean hapSetActivePreset(BluetoothDevice device, int preset_index) { in hapSetActivePreset() method in BluetoothProxy