HomeSort by relevance Sort by last modified time
    Searched defs:ocf (Results 1 - 8 of 8) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
hci_lib.h 26 uint16_t ocf; member in struct:hci_request
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 171 uint16_t ocf; local
179 ocf = strtol(command[1], NULL, 16);
200 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
249 char *command[] = { "0x3f", "0x106", /* OCF and OGF */
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 35 uint16_t ocf; member in struct:hci_request
53 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);
  /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));
596 static void hci_link_control(uint16_t ocf, int plen, uint8_t *data)
602 switch (ocf) {
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)
806 uint16_t ogf, ocf; local
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 1034 rq.ocf = OCF_PERIODIC_INQUIRY;
1097 "\tcmd <ogf> <ocf> [parameters]\n"
1107 uint16_t ocf; local
1124 ocf = strtol(argv[1], 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...]
  /external/bluetooth/hcidump/parser/
hci.c 496 uint16_t ocf = cmd_opcode_ocf(opcode); local
501 if (ocf <= CMD_INFO_NUM)
502 cmd = cmd_info_str[ocf];
508 if (ocf <= CMD_HOSTCTL_NUM)
509 cmd = cmd_hostctl_str[ocf];
515 if (ocf <= CMD_LINKCTL_NUM)
516 cmd = cmd_linkctl_str[ocf];
522 if (ocf <= CMD_LINKPOL_NUM)
523 cmd = cmd_linkpol_str[ocf];
529 if (ocf <= CMD_STATUS_NUM
1670 uint16_t ocf = cmd_opcode_ocf(opcode); local
2691 uint16_t ocf = cmd_opcode_ocf(opcode); local
2972 uint16_t ocf = cmd_opcode_ocf(opcode); local
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 1341 UChar ocf = 0x00f4; local
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 261 uint16_t ocf; member in struct:hci_cmd_data
276 uint16_t ocf; local
298 ocf = cmd_opcode_ocf(evt_status->opcode);
299 if (ocf != cmd->ocf)
301 switch (ocf) {
332 cmd->ocf = OCF_SET_CONN_ENCRYPT;
680 cmd->ocf = OCF_AUTH_REQUESTED;
    [all...]

Completed in 1644 milliseconds