Searched refs:config_codec (Results 1 – 6 of 6) sorted by relevance
241 fn config_codec( in config_codec() function414 pub fn config_codec(&self, addr: RawAddress, config: Vec<A2dpCodecConfig>) { in config_codec() method415 self.internal.config_codec(addr, config); in config_codec()
46 int config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const;
295 int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const { in config_codec() function in bluetooth::topshim::rust::A2dpIntf300 return intf_->config_codec(addr, prefs); in config_codec()
396 bt_status_t (*config_codec)( member
506 sBluetoothA2dpInterface->config_codec(bd_addr, codec_preferences); in setCodecConfigPreferenceNative()
3775 a2dp.config_codec(addr, config); in set_audio_config()