Searched refs:L2CAP (Results 1 – 7 of 7) sorted by relevance
17 L2CAP = 3; enumerator
96 case BluetoothModule::L2CAP: in StartStack()
8 L2CAP | 4.2 | Initiator, Acceptor, LE Central, LE Peripheral
22 // Get the buffer size of channel queue end for L2CAP user (how many packets we can buffer23 // before L2CAP user dequeues.
128 * l2cap/: L2CAP layer, splitted among classic and LE129 * classic/: Classic L2CAP module133 * le/: LE L2CAP module137 * internal/: L2CAP internal code that should not be used by sources138 outside L2CAP
66 enum TYPE { EXIT, L2CAP, HCI_EVENT, UI }; enumerator78 PairingEvent(CommandView l2cap_packet) : type(L2CAP), l2cap_packet(l2cap_packet) {} in PairingEvent()342 if (e.type == PairingEvent::L2CAP) { in WaitUiPasskey()447 case PairingEvent::L2CAP: {
234 pts_test_id="L2CAP/EXF/BV-01-C",