Home
last modified time | relevance | path

Searched defs:ogf (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dhcitool.py19 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 Dcontrol_packets.cc42 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 DRootcanalUtils.java350 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 Dmock_controller.cc168 const uint8_t ogf = hci_spec::GetOGF(opcode); in OnCommandReceived() local
H A Dfake_controller.cc4185 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/
Dbt_amp_hci.h39 #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 Dprotocol.h78 constexpr OpCode DefineOpCode(const uint8_t ogf, const uint16_t ocf) { in DefineOpCode()
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py53 def hci_command_op_code(ogf, ocf): argument