Home
last modified time | relevance | path

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

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