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_ =84 uint32_t next_unique_id = 1;
222 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()352 pub struct BluetoothAudioDevice { struct360 impl BluetoothAudioDevice { argument
83 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()
1471 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()
2896 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()