Searched refs:command_packet (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 280 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() local 281 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 296 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() local 297 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 329 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() local 330 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 344 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() local 345 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() 373 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F() local 374 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | fake_hci_layer.h | 50 std::unique_ptr<hci::CommandBuilder> command_packet, in CommandQueueEntry() argument 52 …: command(std::move(command_packet)), waiting_for_status_(false), on_complete(std::move(on_complet… in CommandQueueEntry() 55 std::unique_ptr<hci::CommandBuilder> command_packet, in CommandQueueEntry() argument 57 …: command(std::move(command_packet)), waiting_for_status_(true), on_status(std::move(on_status_fun… in CommandQueueEntry()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager_test.cc | 110 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() argument 112 std::move(command_packet), in enqueue_command() 236 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() argument 238 std::move(command_packet), in enqueue_command()
|
D | hci_layer.cc | 76 unique_ptr<CommandBuilder> command_packet, in CommandQueueEntry() argument 78 : command(std::move(command_packet)), in CommandQueueEntry() 83 unique_ptr<CommandBuilder> command_packet, in CommandQueueEntry() argument 85 : command(std::move(command_packet)), in CommandQueueEntry()
|
/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | build_and_run.sh | 124 bte_logmsg:D command_packet:D dual_mode_controller:D event_packet:D \
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 84 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
|
D | dual_mode_controller.cc | 184 auto command_packet = in HandleCommand() local 186 CHECK_PACKET_VIEW(command_packet); in HandleCommand() 188 OpCode op_code = command_packet.GetOpCode(); in HandleCommand() 233 hci_command_handlers_.at(op_code)(this, command_packet); in HandleCommand()
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 277 auto command_packet = GetPacketView(std::move(last_command)); in GetLastCommand() local 278 auto command_packet_view = hci::CommandView::Create(command_packet); in GetLastCommand()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl.h | 301 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() 303 std::move(command_packet), in enqueue_command()
|