Searched defs:BluetoothAudioDevice (Results 1 – 3 of 3) sorted by relevance
76 struct BluetoothAudioDevice { struct81 std::mutex mutex_;82 std::list<BluetoothStreamOut*> opened_stream_outs_ =84 uint32_t next_unique_id = 1;
134 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()198 pub struct BluetoothAudioDevice { struct206 impl BluetoothAudioDevice { argument213 ) -> BluetoothAudioDevice { in new()
51 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()