Home
last modified time | relevance | path

Searched defs:command_op_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc183 uint16_t command_op_code = (data[1] << 8 | data[0]); in transmit_command() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h21596 …<CommandCompleteBuilder> Create(uint8_t num_hci_command_packets, OpCode command_op_code, std::uniq… in Create()
21617 explicit CommandCompleteBuilder(uint8_t num_hci_command_packets, OpCode command_op_code) :EventBuil… in Create()
21633 …ilder> Create(ErrorCode status, uint8_t num_hci_command_packets, OpCode command_op_code, std::uniq… in Create()
21654 …StatusBuilder(ErrorCode status, uint8_t num_hci_command_packets, OpCode command_op_code) :EventBui… in Create()
49577 …tCommandCompleteBuilder> Create(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorCode… in Create()
49598 explicit MsftCommandCompleteBuilder(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorC… in Create()
49614 …sCommandCompleteBuilder> Create(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorCode… in Create()
49634 …dFeaturesCommandCompleteBuilder(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorCode… in Create()
49653 …vCommandCompleteBuilder> Create(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorCode… in Create()
49672 …onitorAdvCommandCompleteBuilder(uint8_t num_hci_command_packets, OpCode command_op_code, ErrorCode… in Create()
[all …]