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

1 23 4 5 6 7

  /system/bluetooth/bluedroid/
bluetooth.c 30 #include <bluetooth/hci.h>
142 LOGE("Failed to create bluetooth hci socket: %s (%d)",
165 // firmware and then turned on hci device via HCIUARTSETPROTO ioctl
178 LOGE("%s: Timeout waiting for HCI device to come up, error- %d, ",
248 // Power is on, now check if the HCI interface is up
  /external/libnfc-nxp/src/
phHal4Nfc.c 100 * The open callback function to be called by the HCI when open (initializaion)
102 * It is passed as a parameter to HCI when calling HCI Init.
166 * The close callback function called by the HCI when close sequence is
168 * It is passed as a parameter to HCI when calling HCI Release.
268 case LAYER_HCI: /*Configure Hci*/
270 (*pphLayer+i)->layer_name =(uint8_t *) "Hci";
304 #define LOG_TAG "NFC-HCI"
420 PHDBG_INFO("Hal4:Calling Hci-Init")
    [all...]
phHciNfc_Felica.c 22 * \brief HCI Felica Management Routines. *
207 /* Update the pipe_id of the Felica Gate obtained from the HCI
280 HCI_PRINT ("HCI : phHciNfc_Felica_Info_Sequence called... \n");
310 HCI_DEBUG ("HCI : p_fel_info->current_seq : %02X\n", p_fel_info->current_seq);
377 HCI_DEBUG ("HCI : p_fel_info->felica_info.RemDevType : %02X\n", p_fel_info->felica_info.RemDevType);
378 HCI_DEBUG ("HCI : status notified: %02X\n", CompInfo.status);
393 HCI_DEBUG ("HCI : p_fel_info->current_seq after : %02X\n", p_fel_info->current_seq);
394 HCI_DEBUG ("HCI : p_fel_info->next_seq : %02X\n", p_fel_info->next_seq);
397 HCI_PRINT ("HCI : phHciNfc_Felica_Info_Sequence end\n");
756 HCI_PRINT ("HCI : phHciNfc_Recv_Felica_Event called...\n")
    [all...]
phHciNfc_RFReaderA.c 22 * \brief HCI Reader A Management Routines. *
223 /* Update the pipe_id of the reader A Gate obtained from the HCI Response */
247 HCI_PRINT ("HCI : phHciNfc_ReaderA_Info_Sequence called... \n");
277 HCI_DEBUG ("HCI : p_rdr_a_info->current_seq : %02X\n", p_rdr_a_info->current_seq);
344 HCI_DEBUG ("HCI : p_rdr_a_info->reader_a_info.RemDevType : %02X\n", p_rdr_a_info->reader_a_info.RemDevType);
345 HCI_DEBUG ("HCI : status notified: %02X\n", CompInfo.status);
360 HCI_DEBUG ("HCI : p_rdr_a_info->current_seq after : %02X\n", p_rdr_a_info->current_seq);
361 HCI_DEBUG ("HCI : p_rdr_a_info->next_seq : %02X\n", p_rdr_a_info->next_seq);
365 HCI_PRINT ("HCI : phHciNfc_ReaderA_Info_Sequence end \n");
806 HCI_PRINT ("HCI : phHciNfc_Recv_ReaderA_Event called...\n")
    [all...]
phHciNfc_LinkMgmt.c 23 * \brief HCI Link Management Gate Routines. *
57 /** \defgroup grp_hci_nfc HCI Link Management Component
268 * Gate and Confirms that the HCI Link is behaving as expected.
345 * \brief Receives the HCI Response from the corresponding peripheral device.
347 * This function receives the HCI Command Response from the connected NFC
phHciNfc_AdminMgmt.c 22 * \brief HCI Admin Gate Management Routines. *
115 * \param[in] psHciContext psHciContext is the pointer to HCI Layer
628 * \brief Sends the HCI Admin Event to the corresponding peripheral device.
630 * This function sends the HCI Admin Events to the connected NFC Pheripheral
692 * \brief Sends the HCI Admin Commands to the corresponding peripheral device.
694 * This function sends the HCI Admin Commands to the connected NFC Pheripheral
741 * parameter in the HCI SPEC */
815 * \brief Receives the HCI Response from the corresponding peripheral device.
817 * This function receives the HCI Command Response from the connected NFC
    [all...]
phHciNfc_Emulation.h 22 * \brief HCI emulation management routines. *
43 * \name HCI
phHal4Nfc_Internal.h 99 /*Data structure to provide transceive info to Hci*/
196 /**Hci handle obtained in Hci_Init*/
285 /*Callback completion routine for P2P Activate Event received from HCI*/
290 /*Callback completion routine for P2P Deactivate Event received from HCI*/
phHciNfc_DevMgmt.c 23 * \brief HCI PN544 Device Management Gate Routines. *
84 /** \defgroup grp_hci_nfc HCI PN544 Device Management Component
354 * from HCI Response */
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.8 3 hciattach \- attach serial devices via UART HCI to BlueZ stack
22 Hciattach is used to attach a serial UART to the Bluetooth stack as HCI
45 Set the HCI device into raw mode (the kernel and bluetoothd will ignore it).
bccmd.8 24 .BI HCI
41 Specify a particular device to operate on. If not specified, default is the first available HCI device
hciattach_ti.c 43 #include <bluetooth/hci.h>
257 perror("Cannot send hci command to socket");
364 /* HCI data is little endian */
450 HCI command HCI_VS_TI_Version_Number. But the only thing you get more
509 DPRINTF("\nAdded device hci%d\n", dev_id);
513 perror("HCI device open failed");
518 fprintf(stderr, "Can't init device hci%d: %s (%d)", dev_id,
hcitool.c 43 #include <bluetooth/hci.h>
639 perror("HCI device open failed");
839 perror("HCI device open failed");
902 perror("HCI device open failed");
1088 /* Send arbitrary HCI commands */
1144 perror("HCI filter setup failed");
1148 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len);
1166 printf("> HCI Event: 0x%02x plen %d\n", hdr->evt, hdr->plen);
1257 perror("HCI device open failed");
1308 perror("HCI device open failed")
    [all...]
hciconfig.8 46 Open and initialize HCI device.
49 Close HCI device.
52 Reset HCI device.
hciattach_tialt.c 46 #include <bluetooth/hci.h>
152 FAILIF(nr != sizeof(cmdp), "Could not read H4 + HCI header!\n");
202 HCI command HCI_VS_TI_Version_Number. But the only thing you get more
  /external/bluetooth/hcidump/src/
hcidump.8 3 hcidump \- Parse HCI data
13 reads raw HCI data coming from and going to a Bluetooth device (which can be
118 .IR hci ,
  /external/bluetooth/bluez/plugins/
mgmtops.c 39 #include <bluetooth/hci.h>
429 DBG("hci%u device %s connected", index, addr);
455 DBG("hci%u device %s disconnected", index, addr);
480 DBG("hci%u %s status %u", index, addr, ev->status);
557 DBG("hci%u %s", index, addr);
637 DBG("hci%u %s confirm_hint %u", index, addr, ev->confirm_hint);
811 DBG("hci%u type %u addr %s", index, info->type, addr);
812 DBG("hci%u class 0x%02x%02x%02x", index,
814 DBG("hci%u manufacturer %d HCI ver %d:%d", index, info->manufacturer
    [all...]
  /external/bluetooth/hcidump/
Makefile.am 6 parser/hci.c \
  /external/bluetooth/bluez/attrib/
utils.c 28 #include <bluetooth/hci.h>
70 if (!strncmp(src, "hci", 3))
  /external/bluetooth/bluez/src/
rfkill.c 124 if (g_str_has_prefix(sysname, "hci") == FALSE)
135 DBG("RFKILL unblock for hci%d", id);
  /external/bluetooth/bluez/test/
sdptest.c 36 #include <bluetooth/hci.h>
119 if (!strncasecmp(optarg, "hci", 3))
bdaddr.c 36 #include <bluetooth/hci.h>
357 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
363 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n",
370 fprintf(stderr, "Can't read version info for hci%d: %s (%d)\n",
378 fprintf(stderr, "Can't read address for hci%d: %s (%d)\n",
  /external/bluetooth/bluez/sap/
manager.c 28 #include <bluetooth/hci.h>
  /external/bluetooth/hcidump/parser/
bpa.c 38 #include <bluetooth/hci.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ioctl-types.h 78 #define N_HCI 15 /* Bluetooth HCI UART */

Completed in 1357 milliseconds

1 23 4 5 6 7