Home
last modified time | relevance | path

Searched refs:L2CAP (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/facade/
Drootservice.proto17 L2CAP = 3; enumerator
Dgrpc_root_server.cc96 case BluetoothModule::L2CAP: in StartStack()
/system/bt/doc/
Dsupported_features.md8 L2CAP | 4.2 | Initiator, Acceptor, LE Central, LE Peripheral
/system/bt/gd/l2cap/classic/
Dfacade.proto22 // Get the buffer size of channel queue end for L2CAP user (how many packets we can buffer
23 // before L2CAP user dequeues.
/system/bt/gd/docs/architecture/
Dstyle_guide.md128 * l2cap/: L2CAP layer, splitted among classic and LE
129 * classic/: Classic L2CAP module
133 * le/: LE L2CAP module
137 * internal/: L2CAP internal code that should not be used by sources
138 outside L2CAP
/system/bt/gd/security/
Dpairing_handler_le.h66 enum TYPE { EXIT, L2CAP, HCI_EVENT, UI }; enumerator
78 PairingEvent(CommandView l2cap_packet) : type(L2CAP), l2cap_packet(l2cap_packet) {} in PairingEvent()
342 if (e.type == PairingEvent::L2CAP) { in WaitUiPasskey()
447 case PairingEvent::L2CAP: {
/system/bt/gd/docs/testing/
Dcert_test.md234 pts_test_id="L2CAP/EXF/BV-01-C",