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

  /external/bluetooth/bluez/tools/
hciattach_tialt.c 95 hci_command_hdr hci_hdr;
146 unsigned char cmdp[1 + sizeof(hci_command_hdr)];
147 hci_command_hdr *cmd = (hci_command_hdr *)(cmdp + 1);
hciattach_qualcomm.c 116 unsigned char cmdp[1 + sizeof(hci_command_hdr)];
117 hci_command_hdr *cmd = (hci_command_hdr *) (cmdp + 1);
hciattach_ti.c 243 hci_command_hdr *cmd = (hci_command_hdr *) send_action->data;
hciattach_ath3k.c 67 hci_command_hdr *ch = (void *)cmd;
640 hci_command_hdr *ch = (void *)cmd;
682 hci_command_hdr *ch = (void *)cmd;
745 hci_command_hdr *ch = (void *)cmd;
926 hci_command_hdr *ch = (void *)ptr;
966 hci_command_hdr *ch = (void *)ptr;
  /external/qemu/hw/
bt-hci-csr.c 188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
191 pkt + sizeof(struct hci_command_hdr),
192 s->in_len - sizeof(struct hci_command_hdr) - 1);
280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
281 return (((struct hci_command_hdr *) pkt)->plen + 1) & ~1;
283 return ((struct hci_command_hdr *) pkt)->plen;
bt.h 1656 struct hci_command_hdr { struct
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 804 hci_command_hdr *ch;
808 ch = (hci_command_hdr *) ptr;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2232 } __attribute__ ((packed)) hci_command_hdr; typedef in typeref:struct:__anon1835
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2325 } __attribute__ ((packed)) hci_command_hdr; typedef in typeref:struct:__anon30538
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1056 hci_command_hdr hc;
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]

Completed in 3432 milliseconds