HomeSort by relevance Sort by last modified time
    Searched refs:hci_command_hdr (Results 1 - 9 of 9) 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_ti.c 243 hci_command_hdr *cmd = (hci_command_hdr *) send_action->data;
  /external/qemu/hw/
bt-hci-csr.c 189 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
192 pkt + sizeof(struct hci_command_hdr),
193 s->in_len - sizeof(struct hci_command_hdr) - 1);
281 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
282 return (((struct hci_command_hdr *) pkt)->plen + 1) & ~1;
284 return ((struct hci_command_hdr *) pkt)->plen;
bt.h 1658 struct hci_command_hdr { struct
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 715 } __attribute__ ((packed)) hci_command_hdr; typedef in typeref:struct:__anon15852
  /external/bluetooth/bluez/test/
hciemu.c 815 hci_command_hdr *ch;
819 ch = (hci_command_hdr *) ptr;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2008 } __attribute__ ((packed)) hci_command_hdr; typedef in typeref:struct:__anon1900
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1052 hci_command_hdr hc;
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c 1349 hci_command_hdr *hdr = frm->ptr;
    [all...]

Completed in 88 milliseconds