Home
last modified time | relevance | path

Searched refs:SdpLookup (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc155 return SdpLookup(bdaddr, base::Bind(connection_lambda, this, bdaddr), false); in ConnectDevice()
189 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb, in SdpLookup() function in bluetooth::avrcp::ConnectionHandler
397 if (SdpLookup(*peer_addr, base::Bind(sdp_lambda, this, handle), false)) { in AcceptorControlCb()
489 SdpLookup(bdaddr, cb, true); in SdpCb()
Dconnection_handler.h151 virtual bool SdpLookup(const RawAddress& bdaddr, SdpCallback cb, bool retry);