Searched defs:command_packet (Results 1 – 10 of 10) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
D | command_channel.cc | 49 CommandPacket command_packet, in QueuedCommand() 149 CommandPacket command_packet, in SendCommand() 157 CommandPacket command_packet, in SendLeAsyncCommand() 165 CommandPacket command_packet, in SendExclusiveCommand() 177 CommandPacket command_packet, in SendLeAsyncExclusiveCommand() 189 CommandPacket command_packet, in SendExclusiveCommandInternal()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | sequential_command_runner.cc | 34 CommandPacket command_packet, in QueueCommand() 53 CommandPacket command_packet, in QueueLeAsyncCommand()
|
/external/pigweed/pw_bluetooth_hci/ |
D | uart_transport_fuzzer.cc | 36 const CommandPacket& command_packet = packet.command_packet(); in LLVMFuzzerTestOneInput() local
|
/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/ |
D | packet.h | 50 const CommandPacket& command_packet() const { in command_packet() function 55 CommandPacket& command_packet() { in command_packet() function
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
D | signaling_channel.h | 262 ByteBufferPtr command_packet; member
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | fake_controller.cc | 3457 const PacketView<hci_spec::CommandHeader>& command_packet) { in OnCommandPacketReceived() 3473 PacketView<hci_spec::CommandHeader> command_packet( in OnCommandPacketReceived() local 3630 const PacketView<hci_spec::CommandHeader>& command_packet) { in OnAndroidA2dpOffloadCommand() 3993 const PacketView<hci_spec::CommandHeader>& command_packet) { in OnAndroidLEMultiAdvt() 4041 const PacketView<hci_spec::CommandHeader>& command_packet) { in OnVendorCommand() 4190 const PacketView<hci_spec::CommandHeader>& command_packet) { in HandleReceivedCommandPacket() 4373 const hci::CommandPacket& command_packet) { in HandleReceivedCommandPacket()
|
D | fake_signaling_server.cc | 246 MutablePacketView<l2cap::CommandHeader> command_packet(&response_buffer, in SendCFrame() local
|
/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
D | sco_connection_manager.cc | 473 hci::CommandPacket command_packet, hci::ResultFunction<> result_cb) { in SendCommandWithStatusCallback()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | signaling_channel.cc | 83 auto command_packet = BuildPacket(req_code, id, payload); in SendRequest() local
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager.cc | 2126 T command_packet, hci::ResultFunction<> cb) { in SendCommandWithStatusCallback()
|