HomeSort by: relevance | last modified time | path
    Searched refs:HCI_CMD_PKT (Results 1 - 11 of 11) sorted by relevancy

  /src/share/examples/rump/btplay/
btplay.c 128 cmd->type = HCI_CMD_PKT;
172 cmd->type = HCI_CMD_PKT;
  /src/usr.sbin/btattach/
init_bcm43xx.c 128 fw_buf[0] = HCI_CMD_PKT;
btattach.c 373 hdr.type = HCI_CMD_PKT;
  /src/usr.bin/btkey/
device.c 81 hdr->type = HCI_CMD_PKT;
  /src/sys/netbt/
hci_socket.c 223 if (hdr->type != HCI_CMD_PKT)
240 case HCI_CMD_PKT: {
633 if (hdr.type != HCI_CMD_PKT) {
843 case HCI_CMD_PKT:
hci_unit.c 316 p->type = HCI_CMD_PKT;
hci.h 439 #define HCI_CMD_PKT 0x01
  /src/usr.sbin/bthcid/
hci.c 331 h->type = HCI_CMD_PKT;
  /src/lib/libbluetooth/
bt_dev.c 210 hdr.type = HCI_CMD_PKT;
282 case HCI_CMD_PKT:
  /src/sys/dev/pcmcia/
btbc.c 369 p->type = HCI_CMD_PKT;
568 if (p->type == HCI_CMD_PKT &&
  /src/sys/dev/bluetooth/
bth5.c 1133 *(mtod(m, uint8_t *)) = HCI_CMD_PKT;

Completed in 22 milliseconds