Searched refs:connectBass (Results 1 – 3 of 3) sorted by relevance
124 public void connectBass(BluetoothDevice sink, boolean connect) { in connectBass() method in LeAudioViewModel125 bluetoothProxy.connectBass(sink, connect); in connectBass()
664 leAudioViewModel.connectBass(leAudioDeviceStateWrapper.device, true); in setupViewsProfileUiEventListeners()676 leAudioViewModel.connectBass(leAudioDeviceStateWrapper.device, false); in setupViewsProfileUiEventListeners()
1218 public void connectBass(BluetoothDevice device, boolean connect) { in connectBass() method in BluetoothProxy