Searched defs:BluetoothAudioDevice (Results 1 – 5 of 5) sorted by relevance
72 struct BluetoothAudioDevice { struct77 std::mutex mutex_;78 std::list<BluetoothStreamOut*> opened_stream_outs_ = std::list<BluetoothStreamOut*>(0);79 uint32_t next_unique_id = 1;
238 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()368 pub struct BluetoothAudioDevice { struct376 impl BluetoothAudioDevice { impl
84 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()
1482 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()
2935 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()