Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel.cc49 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/
Dsequential_command_runner.cc34 CommandPacket command_packet, in QueueCommand()
53 CommandPacket command_packet, in QueueLeAsyncCommand()
/external/pigweed/pw_bluetooth_hci/
Duart_transport_fuzzer.cc36 const CommandPacket& command_packet = packet.command_packet(); in LLVMFuzzerTestOneInput() local
/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
Dpacket.h50 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/
Dsignaling_channel.h262 ByteBufferPtr command_packet; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc3457 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()
Dfake_signaling_server.cc246 MutablePacketView<l2cap::CommandHeader> command_packet(&response_buffer, in SendCFrame() local
/external/pigweed/pw_bluetooth_sapphire/host/sco/
Dsco_connection_manager.cc473 hci::CommandPacket command_packet, hci::ResultFunction<> result_cb) { in SendCommandWithStatusCallback()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dsignaling_channel.cc83 auto command_packet = BuildPacket(req_code, id, payload); in SendRequest() local
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager.cc2126 T command_packet, hci::ResultFunction<> cb) { in SendCommandWithStatusCallback()