Searched refs:get_ext_audio_out_location (Results 1 – 3 of 3) sorted by relevance
51 fn get_ext_audio_out_location( in get_ext_audio_out_location() function276 pub fn get_ext_audio_out_location(&mut self, addr: RawAddress, ext_output_id: u8) { in get_ext_audio_out_location() method277 self.internal.pin_mut().get_ext_audio_out_location(addr, ext_output_id); in get_ext_audio_out_location()
43 void get_ext_audio_out_location(RawAddress addr, uint8_t ext_output_id);
210 void VolumeControlIntf::get_ext_audio_out_location(RawAddress addr, uint8_t ext_output_id) { in get_ext_audio_out_location() function in bluetooth::topshim::rust::VolumeControlIntf