HomeSort by relevance Sort by last modified time
    Searched refs:ogf (Results 1 - 19 of 19) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
hci_lib.h 25 uint16_t ogf; member in struct:hci_request
hci.h     [all...]
  /external/bluetooth/bluez/test/
hciemu.c 244 static void command_status(uint16_t ogf, uint16_t ocf, uint8_t status)
263 cs->opcode = htobs(cmd_opcode_pack(ogf, ocf));
272 static void command_complete(uint16_t ogf, uint16_t ocf, int plen, void *data)
290 cc->opcode = htobs(cmd_opcode_pack(ogf, ocf));
600 const uint16_t ogf = OGF_LINK_CTL; local
604 command_status(ogf, ocf, 0x00);
609 command_status(ogf, ocf, 0x00);
614 command_status(ogf, ocf, 0x00);
620 command_complete(ogf, ocf, 1, &status);
629 const uint16_t ogf = OGF_INFO_PARAM local
647 const uint16_t ogf = OGF_HOST_CTL; local
747 const uint16_t ogf = OGF_INFO_PARAM; local
806 uint16_t ogf, ocf; local
    [all...]
lmptest.c 59 rq.ogf = OGF_VENDOR_CMD;
92 rq.ogf = OGF_VENDOR_CMD;
bdaddr.c 70 rq.ogf = OGF_VENDOR_CMD;
103 rq.ogf = OGF_VENDOR_CMD;
142 rq.ogf = OGF_VENDOR_CMD;
183 rq.ogf = OGF_VENDOR_CMD;
212 rq.ogf = OGF_VENDOR_CMD;
240 rq.ogf = OGF_VENDOR_CMD;
268 rq.ogf = OGF_VENDOR_CMD;
  /external/bluetooth/bluez/lib/
hci.c 1053 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param)
1060 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1086 uint16_t opcode = htobs(cmd_opcode_pack(r->ogf, r->ocf));
1106 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0)
1245 rq.ogf = OGF_LINK_CTL;
1276 rq.ogf = OGF_LINK_CTL;
1305 rq.ogf = OGF_LE_CTL;
1334 rq.ogf = OGF_LE_CTL;
1360 rq.ogf = OGF_LE_CTL;
1385 rq.ogf = OGF_LE_CTL
    [all...]
  /external/bluetooth/bluez/tools/
csr_hci.c 121 rq.ogf = OGF_VENDOR_CMD;
hciattach_st.c 44 static int do_command(int fd, uint8_t ogf, uint16_t ocf,
47 //uint16_t opcode = (uint16_t) ((ocf & 0x03ff) | (ogf << 10));
53 cp[2] = ogf << 2 | ocf >> 8;
csr.c     [all...]
hciconfig.c 224 rq.ogf = OGF_LE_CTL;
264 rq.ogf = OGF_LE_CTL;
307 rq.ogf = OGF_LE_CTL;
1407 rq.ogf = OGF_HOST_CTL;
1430 rq.ogf = OGF_HOST_CTL
    [all...]
hcitool.c 1033 rq.ogf = OGF_LINK_CTL;
1097 "\tcmd <ogf> <ocf> [parameters]\n"
1108 uint8_t ogf; local
1123 ogf = strtol(argv[0], NULL, 16);
1125 if (errno == ERANGE || (ogf > 0x3f) || (ocf > 0x3ff)) {
1148 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len);
1151 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
    [all...]
hciattach_ti.c 248 rq.ogf = cmd_opcode_ogf(opcode);
  /external/bluetooth/hcidump/src/
bpasniff.c 65 rq.ogf = OGF_VENDOR_CMD;
93 rq.ogf = OGF_VENDOR_CMD;
121 rq.ogf = OGF_VENDOR_CMD;
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 34 uint16_t ogf; member in struct:hci_request
53 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);
hci.h     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF))
  /external/bluetooth/hcidump/parser/
hci.c 495 uint16_t ogf = cmd_opcode_ogf(opcode); local
499 switch (ogf) {
1669 uint16_t ogf = cmd_opcode_ogf(opcode); local
2690 uint16_t ogf = cmd_opcode_ogf(opcode); local
2971 uint16_t ogf = cmd_opcode_ogf(opcode); local
    [all...]
  /external/qemu/hw/
bt.h     [all...]

Completed in 806 milliseconds