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

  /external/bluetooth/bluez/test/
hciemu.c 258 static void command_status(uint16_t ogf, uint16_t ocf, uint8_t status)
277 cs->opcode = htobs(cmd_opcode_pack(ogf, ocf));
286 static void command_complete(uint16_t ogf, uint16_t ocf, int plen, void *data)
304 cc->opcode = htobs(cmd_opcode_pack(ogf, ocf));
611 const uint16_t ogf = OGF_LINK_CTL; local
615 command_status(ogf, ocf, 0x00);
620 command_status(ogf, ocf, 0x00);
625 command_status(ogf, ocf, 0x00);
631 command_complete(ogf, ocf, 1, &status);
640 const uint16_t ogf = OGF_INFO_PARAM local
658 const uint16_t ogf = OGF_HOST_CTL; local
758 const uint16_t ogf = OGF_INFO_PARAM; local
817 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 1049 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param)
1056 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1082 uint16_t opcode = htobs(cmd_opcode_pack(r->ogf, r->ocf));
1102 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0)
1238 rq.ogf = OGF_LINK_CTL;
1269 rq.ogf = OGF_LINK_CTL;
1293 rq.ogf = OGF_HOST_CTL;
1320 rq.ogf = OGF_HOST_CTL;
1343 rq.ogf = OGF_LINK_CTL;
1378 rq.ogf = OGF_LINK_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 1210 rq.ogf = OGF_HOST_CTL;
1233 rq.ogf = OGF_HOST_CTL;
1279 rq.ogf = OGF_HOST_CTL;
1302 rq.ogf = OGF_HOST_CTL;
1348 rq.ogf = OGF_HOST_CTL;
1367 rq.ogf = OGF_HOST_CTL;
    [all...]
hcitool.c 1007 rq.ogf = OGF_LINK_CTL;
1070 "\tcmd <ogf> <ocf> [parameters]\n"
1081 uint8_t ogf; local
1102 ogf = strtol(argv[0], NULL, 16);
1104 if (errno == ERANGE || (ogf > 0x3f) || (ocf > 0x3ff)) {
1127 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len);
1130 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...]
  /external/bluetooth/hcidump/parser/
hci.c 409 uint16_t ogf = cmd_opcode_ogf(opcode); local
413 switch (ogf) {
1351 uint16_t ogf = cmd_opcode_ogf(opcode); local
1357 if (ogf == OGF_VENDOR_CMD && (parser.flags & DUMP_NOVENDOR))
1362 opcode2str(opcode), ogf, ocf, hdr->plen);
1367 if (ogf == OGF_VENDOR_CMD) {
1379 switch (ogf) {
2223 uint16_t ogf = cmd_opcode_ogf(opcode); local
2456 uint16_t ogf = cmd_opcode_ogf(opcode); local
    [all...]
  /external/bluetooth/bluez/src/
security.c 69 uint16_t ogf; member in struct:hci_req_data
86 uint16_t ogf, uint16_t ocf, int event,
100 data->ogf = ogf;
139 ret_val = hci_send_cmd(dd, data->ogf, data->ocf,
dbus-hci.c 976 rq.ogf = OGF_HOST_CTL;
device.c     [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 623 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10))
  /external/qemu/hw/
bt.h     [all...]

Completed in 358 milliseconds