Home | History | Annotate | Download | only in tools

Lines Matching full:hci

49 #include <bluetooth/hci.h>
158 * Read an HCI event from the given file descriptor.
168 /* The first byte identifies the packet type. For HCI event packets, it
543 /* HCI header */
599 /* -- HCI header */
697 // see HCI Vendor Specific Interface from Silicon Wave
699 // appropriate data fields in RAM. Then send a "HCI Reset
707 cmd[5] = 0x11; // tag 17 = 0x11 = HCI Transport Params
709 cmd[7] = 0x01; // HCI Transport flow control enable
710 cmd[8] = 0x01; // HCI Transport Type = UART
754 // 11 Tag specifying HCI Transport Layer Parameter
757 // 01 Hci Transport type = Uart
765 // which is standard HCI RESET.
1248 printf("hciattach - HCI UART driver initialization utility\n");