Home
last modified time | relevance | path

Searched refs:GetL2cap (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dl2cap.cc185 bluetooth::shim::GetL2cap()->RegisterClassicService( in RegisterService()
218 bluetooth::shim::GetL2cap()->UnregisterClassicService( in UnregisterService()
236 bluetooth::shim::GetL2cap()->CreateClassicConnection( in CreateConnection()
276 bluetooth::shim::GetL2cap()->CloseClassicConnection(cid); in OnLocalInitiatedConnectionCreated()
310 bluetooth::shim::GetL2cap()->Write(cid, data, len); in Write()
315 bluetooth::shim::GetL2cap()->SetReadDataReadyCallback( in SetDownstreamCallbacks()
328 bluetooth::shim::GetL2cap()->SetConnectionClosedCallback( in SetDownstreamCallbacks()
364 bluetooth::shim::GetL2cap()->SendLoopbackResponse([this, cid]() { in ConfigRequest()
400 bluetooth::shim::GetL2cap()->CloseClassicConnection(cid); in DisconnectRequest()
Dentry.h79 L2cap* GetL2cap();
Dentry.cc80 L2cap* GetL2cap() { in GetL2cap() function