Home | History | Annotate | Download | only in test

Lines Matching full:hci

49 #include <bluetooth/hci.h>
1087 syslog(LOG_ERR, "Can't open device hci%d: %s (%d)",
1093 syslog(LOG_ERR, "Can't get device info for hci%d: %s (%d)",
1106 syslog(LOG_ERR, "Can't set filter for hci%d: %s (%d)",
1114 syslog(LOG_ERR, "Can't set raw mode on hci%d: %s (%d)",
1154 syslog(LOG_ERR, "Can't clear raw mode on hci%d: %s (%d)",
1167 printf("hciemu - HCI emulator ver %s\n", VERSION);
1231 if (strlen(argv[0]) > 3 && !strncasecmp(argv[0], "hci", 3)) {
1251 syslog(LOG_INFO, "HCI emulation daemon ver %s started", VERSION);
1268 /* Open and create virtual HCI device */
1317 strncpy((char *) vdev.name, "BlueZ (Virtual HCI)",