Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc265 std::unique_ptr<A2dpIntf> GetA2dpProfile(const unsigned char* btif) { in GetA2dpProfile() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs234 unsafe fn GetA2dpProfile(btif: *const u8) -> UniquePtr<A2dpIntf>; in GetA2dpProfile() function