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

  /system/bluetooth/bluez-clean-headers/bluetooth/
hci_lib.h 25 uint16_t ogf; member in struct:hci_request
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 172 uint8_t ogf; local
178 ogf = strtol(command[0], 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 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);
  /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...]
  /external/bluetooth/bluez/tools/
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...]
  /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...]

Completed in 75 milliseconds