Home
last modified time | relevance | path

Searched defs:l2cap_packet (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test_utils_test.cc61 std::vector<uint8_t> l2cap_packet = in TEST() local
85 std::vector<uint8_t> l2cap_packet = in TEST() local
116 std::vector<uint8_t> l2cap_packet = in TEST() local
141 std::vector<uint8_t> l2cap_packet = in TEST() local
172 std::vector<uint8_t> l2cap_packet = in TEST() local
204 std::vector<uint8_t> l2cap_packet = in TEST() local
233 std::vector<uint8_t> l2cap_packet = in TEST() local
Dstack_rfcomm_test_utils.cc147 std::vector<uint8_t> l2cap_packet = in CreateQuickUaPacket() local
158 std::vector<uint8_t> l2cap_packet = in CreateQuickSabmPacket() local
176 std::vector<uint8_t> l2cap_packet = in CreateQuickPnPacket() local
194 std::vector<uint8_t> l2cap_packet = in CreateQuickMscPacket() local
208 std::vector<uint8_t> l2cap_packet = in CreateQuickDataPacket() local
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h65 std::optional<CommandView> l2cap_packet; variable
74 PairingEvent(CommandView l2cap_packet) : type(L2CAP), l2cap_packet(l2cap_packet) {} in PairingEvent()
356 auto l2cap_packet = e.l2cap_packet.value(); in WaitUiPasskey() local