Searched defs:BluetoothAudioDevice (Results 1 – 5 of 5) sorted by relevance
76 struct BluetoothAudioDevice { struct81 std::mutex mutex_;82 std::list<BluetoothStreamOut*> opened_stream_outs_ = std::list<BluetoothStreamOut*>(0);83 uint32_t next_unique_id = 1;84 bool support_low_latency_ = false;
238 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()368 pub struct BluetoothAudioDevice { struct376 impl BluetoothAudioDevice { argument
84 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()
1490 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()
2938 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()