Searched defs:ogf (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/autotest/client/cros/bluetooth/ |
H A D | hcitool.py | 19 def _execute_hcitool_cmd(self, ogf, ocf, *parameter): argument 74 def _execute_hcitool_cmd_or_raise(self, ogf, ocf, *parameter): argument 355 def get_parsing_format(ogf, ocf): argument 388 def parse_payload(payload, ogf, ocf): argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | control_packets.cc | 42 uint8_t CommandPacket::ogf() const { in ogf() function in bt::hci::CommandPacket
|
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
H A D | RootcanalUtils.java | 350 public void sendHciCmd(int ogf, int ocf, byte[] params) throws IOException { in sendHciCmd()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | mock_controller.cc | 168 const uint8_t ogf = hci_spec::GetOGF(opcode); in OnCommandReceived() local
|
H A D | fake_controller.cc | 4185 auto ogf = hci_spec::GetOGF(opcode); in HandleReceivedCommandPacket() local 4366 auto ogf = command_packet.ogf(); in HandleReceivedCommandPacket() local
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF)) argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 78 constexpr OpCode DefineOpCode(const uint8_t ogf, const uint16_t ocf) { in DefineOpCode()
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hci.py | 53 def hci_command_op_code(ogf, ocf): argument
|