Searched refs:SdpLookup (Results 1 – 2 of 2) sorted by relevance
138 virtual bool SdpLookup(const RawAddress& bdaddr, SdpCallback cb);
135 return SdpLookup(bdaddr, base::Bind(connection_lambda, this, bdaddr)); in ConnectDevice()160 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb) { in SdpLookup() function in bluetooth::avrcp::ConnectionHandler347 SdpLookup(*peer_addr, base::Bind(sdp_lambda, this, handle)); in AcceptorControlCb()