Home
last modified time | relevance | path

Searched defs:packet_bytes (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc72 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
104 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
176 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
197 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
236 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
262 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
298 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
345 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
380 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
415 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc89 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
238 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
251 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
267 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
287 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
310 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
330 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
346 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
359 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local
377 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
[all …]
Dacl_builder_test.cc138 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py37 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument
41 def _is_matching_command_complete(packet_bytes, opcode=None): argument
45 def _extract_matching_command_complete(packet_bytes, opcode=None): argument
63 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument
67 def _is_matching_command_status(packet_bytes, opcode=None): argument
71 def _extract_matching_command_status(packet_bytes, opcode=None): argument
89 def ExtractEventWithCode(packet_bytes, event_code): argument
93 def _is_matching_event(packet_bytes, event_code): argument
97 def _extract_matching_event(packet_bytes, event_code): argument
110 def ExtractLeEventWithCode(packet_bytes, subevent_code): argument
[all …]
/packages/modules/Bluetooth/system/gd/hal/
Dserialize_packet.h27 std::vector<uint8_t> packet_bytes; in SerializePacket() local
Dhci_hal_host_test.cc418 …auto packet_bytes = hal::SerializePacket(std::unique_ptr<packet::BasePacketBuilder>(new packet::Ra… in TEST() local
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc230 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local
307 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local
Dpairing_handler_le_unittest.cc42 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in BuilderToView() local
/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc56 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in CommandBuilderToView() local
65 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in EventBuilderToView() local
/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.cc58 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()