Home
last modified time | relevance | path

Searched refs:command_packet (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc280 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/
Dfake_hci_layer.h50 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/
Dle_address_manager_test.cc110 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()
Dhci_layer.cc76 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/
Dbuild_and_run.sh124 bte_logmsg:D command_packet:D dual_mode_controller:D event_packet:D \
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h84 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
Ddual_mode_controller.cc184 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/
Dclassic_pairing_handler_unittest.cc277 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/
Dle_impl.h301 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command()
303 std::move(command_packet), in enqueue_command()