Lines Matching refs:legacy

41 bool bluetooth::shim::legacy::PsmManager::IsPsmRegistered(uint16_t psm) const {  in IsPsmRegistered()
45 bool bluetooth::shim::legacy::PsmManager::HasClient(uint16_t psm) const { in HasClient()
49 void bluetooth::shim::legacy::PsmManager::RegisterPsm( in RegisterPsm()
55 void bluetooth::shim::legacy::PsmManager::RegisterPsm(uint16_t psm) { in RegisterPsm()
59 void bluetooth::shim::legacy::PsmManager::UnregisterPsm(uint16_t psm) { in UnregisterPsm()
64 const tL2CAP_APPL_INFO* bluetooth::shim::legacy::PsmManager::Callbacks( in Callbacks()
70 bluetooth::shim::legacy::L2cap::L2cap() in L2cap()
78 bluetooth::shim::legacy::L2cap::~L2cap() { in ~L2cap()
82 bluetooth::shim::legacy::PsmManager& bluetooth::shim::legacy::L2cap::Le() { in Le()
86 bluetooth::shim::legacy::PsmManager& bluetooth::shim::legacy::L2cap::Classic() { in Classic()
90 bool bluetooth::shim::legacy::L2cap::ConnectionExists(uint16_t cid) const { in ConnectionExists()
94 uint16_t bluetooth::shim::legacy::L2cap::CidToPsm(uint16_t cid) const { in CidToPsm()
99 uint16_t bluetooth::shim::legacy::L2cap::ConvertClientToRealPsm( in ConvertClientToRealPsm()
107 uint16_t bluetooth::shim::legacy::L2cap::ConvertClientToRealPsm( in ConvertClientToRealPsm()
116 void bluetooth::shim::legacy::L2cap::RemoveClientPsm(uint16_t client_psm) { in RemoveClientPsm()
123 uint16_t bluetooth::shim::legacy::L2cap::GetNextVirtualPsm(uint16_t real_psm) { in GetNextVirtualPsm()
137 uint16_t bluetooth::shim::legacy::L2cap::GetNextDynamicLePsm() { in GetNextDynamicLePsm()
147 uint16_t bluetooth::shim::legacy::L2cap::GetNextDynamicClassicPsm() { in GetNextDynamicClassicPsm()
166 uint16_t bluetooth::shim::legacy::L2cap::RegisterService( in RegisterService()
188 &bluetooth::shim::legacy::L2cap::OnRemoteInitiatedConnectionCreated, in RegisterService()
203 void bluetooth::shim::legacy::L2cap::UnregisterService(uint16_t psm) { in UnregisterService()
224 uint16_t bluetooth::shim::legacy::L2cap::CreateConnection( in CreateConnection()
239 &bluetooth::shim::legacy::L2cap::OnLocalInitiatedConnectionCreated, in CreateConnection()
259 void bluetooth::shim::legacy::L2cap::OnLocalInitiatedConnectionCreated( in OnLocalInitiatedConnectionCreated()
283 void bluetooth::shim::legacy::L2cap::OnRemoteInitiatedConnectionCreated( in OnRemoteInitiatedConnectionCreated()
302 bool bluetooth::shim::legacy::L2cap::Write(uint16_t cid, BT_HDR* bt_hdr) { in Write()
314 void bluetooth::shim::legacy::L2cap::SetDownstreamCallbacks(uint16_t cid) { in SetDownstreamCallbacks()
348 bool bluetooth::shim::legacy::L2cap::ConnectResponse( in ConnectResponse()
359 bool bluetooth::shim::legacy::L2cap::ConfigRequest( in ConfigRequest()
382 bool bluetooth::shim::legacy::L2cap::ConfigResponse( in ConfigResponse()
392 bool bluetooth::shim::legacy::L2cap::DisconnectRequest(uint16_t cid) { in DisconnectRequest()
404 bool bluetooth::shim::legacy::L2cap::DisconnectResponse(uint16_t cid) { in DisconnectResponse()
412 void bluetooth::shim::legacy::L2cap::Dump(int fd) { in Dump()
423 bool bluetooth::shim::legacy::L2cap::GetRemoteCid(uint16_t cid, in GetRemoteCid()