Home
last modified time | relevance | path

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

/system/bt/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.cc148 std::vector<uint8_t> l2cap_packet = in CreateQuickUaPacket() local
159 std::vector<uint8_t> l2cap_packet = in CreateQuickSabmPacket() local
177 std::vector<uint8_t> l2cap_packet = in CreateQuickPnPacket() local
195 std::vector<uint8_t> l2cap_packet = in CreateQuickMscPacket() local
209 std::vector<uint8_t> l2cap_packet = in CreateQuickDataPacket() local
/system/bt/gd/security/
Dpairing_handler_le.h69 std::optional<CommandView> l2cap_packet; variable
78 PairingEvent(CommandView l2cap_packet) : type(L2CAP), l2cap_packet(l2cap_packet) {} in PairingEvent()
343 auto l2cap_packet = e.l2cap_packet.value(); in WaitUiPasskey() local
/system/bt/gd/l2cap/le/cert/
Dcert_le_l2cap.py192 def _handle_control_packet(self, l2cap_packet): argument
/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py376 def _handle_control_packet(self, l2cap_packet): argument