Home
last modified time | relevance | path

Searched defs:config_codec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs241 fn config_codec( in config_codec() function
414 pub fn config_codec(&self, addr: RawAddress, config: Vec<A2dpCodecConfig>) { in config_codec() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc311 int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_preferences) const { in config_codec() function in bluetooth::topshim::rust::A2dpIntf