/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | matchers.py | 31 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 35 def _is_matching_command_complete(packet_bytes, opcode=None): argument 39 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 52 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 56 def _is_matching_command_status(packet_bytes, opcode=None): argument 60 def _extract_matching_command_status(packet_bytes, opcode=None): argument 73 def ExtractEventWithCode(packet_bytes, event_code): argument 77 def _is_matching_event(packet_bytes, event_code): argument 81 def _extract_matching_event(packet_bytes, event_code): argument 95 def ExtractLeEventWithCode(packet_bytes, subevent_code): argument [all …]
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_packets_test.cc | 88 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 237 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 250 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 266 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 288 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 311 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 331 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 347 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 360 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 378 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local [all …]
|
D | acl_builder_test.cc | 137 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
|
/packages/modules/Bluetooth/system/gd/packet/parser/test/ |
D | generated_packet_test.cc | 72 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 390 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 425 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/hal/ |
D | serialize_packet.h | 28 std::vector<uint8_t> packet_bytes; in SerializePacket() local
|
D | hci_hal_host_test.cc | 419 …auto packet_bytes = hal::SerializePacket(std::unique_ptr<packet::BasePacketBuilder>(new packet::Ra… in TEST() local
|
/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | link_layer_socket_device.cc | 101 std::vector<uint8_t> packet_bytes = packet.bytes().bytes(); in ReceiveLinkLayerPacket() local
|
/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le.cc | 235 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local 312 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local
|
D | pairing_handler_le_unittest.cc | 44 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/ |
D | pairing_handler_le_pair_test.cc | 58 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in CommandBuilderToView() local 67 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/ |
D | parent_def.cc | 58 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 120 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in BuilderToView() local
|