HomeSort by relevance Sort by last modified time
    Searched full:hci (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/bluetooth/bluez/test/
hciemu.c 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 *
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.1 63 Submit an arbitrary HCI command to local device.
107 The reason can be one of the Bluetooth HCI error codes. Default is
hciattach.c 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 = UAR
    [all...]
ciptool.c 41 #include <bluetooth/hci.h>
430 "\t-i [hciX|bdaddr] Local HCI device or BD Address\n"
458 if (!strncmp(optarg, "hci", 3))
hcisecfilter.c 33 #include <bluetooth/hci.h>
hciattach_qualcomm.c 47 #include <bluetooth/hci.h>
125 "Could not read H4 + HCI header!\n");
l2ping.c 42 #include <bluetooth/hci.h>
274 if (!strncasecmp(optarg, "hci", 3))
hciattach_ath3k.c 37 #include <bluetooth/hci.h>
83 * Send HCI command and wait for command complete event.
170 /* Sends PS commands using vendor specficic HCI commands */
892 perror("HCI device open failed");
897 perror("hci down:Power management Disabled");
1016 /* Send HCI Reset */
  /external/bluetooth/hcidump/src/
hcidump.c 43 #include <bluetooth/hci.h>
191 printf("device: hci%d ", dev);
563 /* Create HCI socket */
591 /* Bind socket to the HCI device */
596 printf("Can't attach to device hci%d. %s(%d)\n",
804 { "hci", FILT_HCI },
845 " -i, --device=hci_dev HCI device\n"
1020 printf("HCI sniffer - Bluetooth packet analyzer ver %s\n", VERSION);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 38 #define LOG_TAG "NFC-HCI"
147 LOGE("HCI Timeout - Exception raised");
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 22 * \brief HCI Identity Management Gate Routines. *
63 /** \defgroup grp_hci_nfc HCI Identity Management Component
644 * \brief Receives the HCI Response from the corresponding peripheral device.
646 * This function receives the HCI Command Response from the connected NFC
746 /* Update the pipe_id of the ID Mgmt Gate obtained from the HCI Response */
phHciNfc_WI.c 22 * \brief HCI WI gate Management Routines. *
209 /* Update the pipe_id of the WI Gate obtained from HCI Response */
478 * \brief Sends WI gate specfic HCI Events to the connected reader device.
479 * This function Sends the WI mode specific HCI Event frames in the HCP packet format to the
phHciNfc_CE_A.c 22 * \brief HCI card emulation A management routines. *
351 btained from the HCI Response */
652 /* Notify to the HCI Generic layer To Update the FSM */
phHciNfc_CE_B.c 22 * \brief HCI card emulation A management routines. *
418 btained from the HCI Response */
650 /* Notify to the HCI Generic layer To Update the FSM */
phHciNfc_ISO15693.c 22 * \brief HCI ISO-15693 management routines. *
190 the HCI Response */
621 /* Notify to the HCI Generic layer To Update the FSM */
phHciNfc_Jewel.c 22 * \brief HCI Jewel/Topaz Management Routines. *
191 /* Update the pipe_id of the Jewel Gate obtained from the HCI
691 /* Notify to the HCI Generic layer To Update the FSM */
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 42 /* HCI dev events */
50 /* HCI bus types */
59 /* HCI controller types */
63 /* HCI device flags */
84 /* HCI ioctl defines */
113 /* HCI Packet types */
120 /* HCI Packet types */
166 /* HCI Error codes */
313 /* ----- HCI Commands ----- */
    [all...]
  /external/bluetooth/bluez/input/
manager.c 31 #include <bluetooth/hci.h>
  /external/bluetooth/bluez/tracer/
main.c 121 syslog(LOG_INFO, "HCI trace deamon %s", VERSION);
  /external/kernel-headers/original/asm-arm/
termios.h 68 #define N_HCI 15 /* Bluetooth HCI UART */
  /external/kernel-headers/original/asm-x86/
termios.h 75 #define N_HCI 15 /* Bluetooth HCI UART */
  /external/bluetooth/bluez/src/
adapter.h 27 #include <bluetooth/hci.h>
54 NAME_REQUESTED, /* HCI remote name request was sent */
manager.c 105 } else if (!strncmp(pattern, "hci", 3) && strlen(pattern) >= 4) {
371 error("Unable to register adapter: hci%d already exist", id);
  /external/qemu/
qemu-options.hx     [all...]
  /external/bluetooth/hcidump/parser/
csr.c 521 return "HCI Cmd/Evt";
523 return "HCI ACL";
525 return "HCI SCO";

Completed in 564 milliseconds

1 2 34 5 6 7