Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc482 void ConnectionHandler::SdpCb(RawAddress bdaddr, SdpCallback cb, in SdpCb() function in bluetooth::avrcp::ConnectionHandler
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs422 type SdpCb = Arc<Mutex<SdpCallbacksDispatcher>>; typedef