Home
last modified time | relevance | path

Searched refs:CreateCommandCompleteOnlyStatusEvent (Results 1 – 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.cc59 std::unique_ptr<EventPacketBuilder> EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(hci::O… in CreateCommandCompleteOnlyStatusEvent() function in test_vendor_lib::packets::EventPacketBuilder
134 … EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::DELETE_STORED_LINK_KEY, status); in CreateCommandCompleteDeleteStoredLinkKey()
145 EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_NAME, status); in CreateCommandCompleteReadLocalName()
162 EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_NAME, status); in CreateCommandCompleteReadAuthenticationEnable()
172 …EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_VERSION_INFORMATION, s… in CreateCommandCompleteReadLocalVersionInformation()
201 …EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_SUPPORTED_COMMANDS, st… in CreateCommandCompleteReadLocalSupportedCommands()
212 …EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_EXTENDED_FEATURES, sta… in CreateCommandCompleteReadLocalExtendedFeatures()
241 EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_BUFFER_SIZE, status); in CreateCommandCompleteReadBufferSize()
255 EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_BD_ADDR, status); in CreateCommandCompleteReadBdAddr()
266 …EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(OpCode::READ_LOCAL_SUPPORTED_CODECS, stat… in CreateCommandCompleteReadLocalSupportedCodecs()
[all …]
Devent_packet_builder.h55 …static std::unique_ptr<EventPacketBuilder> CreateCommandCompleteOnlyStatusEvent(hci::OpCode comman…
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc101 …send_event_(packets::EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(command_opcode, hci:… in SendCommandCompleteSuccess()
110 …send_event_(packets::EventPacketBuilder::CreateCommandCompleteOnlyStatusEvent(command_opcode, stat… in SendCommandCompleteOnlyStatus()