/external/libnfc-nxp/src/ |
phHciNfc_PollingLoop.c | 22 * \brief HCI polling loop Management Routines. * 122 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 566 /* Update the pipe_id of the ID Mgmt Gate obtained from the HCI Response */
|
phHciNfc_RFReaderB.c | 22 * \brief HCI Reader B Management Routines. * 251 /* Update the pipe_id of the reader B Gate obtained from the HCI Response */ 666 /* Notify to the HCI Generic layer To Update the FSM */ [all...] |
phHal4Nfc_ADD.c | 289 );/*Configure HCI Discovery*/ 306 /* Change the State of the HAL only if HCI Configure 604 is first discovery notification from Hci*/ 720 /*More discovery info available ,get next info from HCI*/ [all...] |
phHciNfc_RFReader.c | 22 * \brief HCI RF Reader Management Gate Routines. * 72 /** \defgroup grp_hci_nfc HCI Reader RF Management Component [all...] |
phHciNfc_SWP.c | 22 * \brief HCI SWP gate Management Routines. * 193 /* Update the pipe_id of the SWP Gate obtained from HCI Response */
|
phHal4Nfc_Emulation.c | 52 /*Pass on Event notification info from Hci to Upper layer*/
|
/external/qemu/ |
vl.c | 515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) 519 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr) 550 else if (!strncmp(str, "hci", 3)) { 551 /* hci[,vlan=n] */ 564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str); 571 struct HCIInfo *hci; local 579 hci = hci_init(str); 580 if (!hci) 589 hci->bdaddr_set(hci, bdaddr.b) [all...] |
bt-vhci.c | 87 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]);
|
/external/bluetooth/bluez/ |
ChangeLog | 119 Fix adapter initialization to wait for kernel HCI commands. 182 Add support for more HCI operations using ops infrastructure. 222 Add HCI command and event definitions for AMP support. 492 Fix HCI socket leak in device_remove_bonding. [all...] |
Makefile.am | 45 lib_headers = lib/bluetooth.h lib/hci.h lib/hci_lib.h lib/mgmt.h \ 55 lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
|
/external/bluetooth/bluez/src/ |
event.c | 94 * Section reserved to HCI commands confirmation handling and low 511 /* Section reserved to device HCI callbacks */
|
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 406 /* Macro to Allow the HCI Release in any state */ 428 /**< Macro to enable HCI Response timer */
|
/external/bluetooth/bluez/doc/ |
media-api.txt | 165 Possible Values: "HCI" or "PCM"
|
/external/bluetooth/bluez/plugins/ |
dbusoob.c | 34 #include <bluetooth/hci.h>
|
/external/libnfc-nxp/ |
Android.mk | 122 # Uncomment for HCI traces
|
/external/bluetooth/bluez/lib/ |
hci.c | 45 #include "hci.h" 181 /* HCI dev flags mapping */ 217 /* HCI packet type mapping */ 811 /* HCI functions that do not require open device */ 895 if (!strncmp(str, "hci", 3) && strlen(str) >= 4) { 1016 /* Open HCI device. 1023 /* Create HCI socket */ 1028 /* Bind socket to the HCI device */ 1050 /* HCI functions that require open device [all...] |
/external/qemu/hw/ |
bt.h | 2 * QEMU Bluetooth HCI helpers. 110 /* bt-hci.c */ 116 /* bt-hci-csr.c */ 439 /* HCI Commands */ [all...] |
usb.h | 266 USBDevice *usb_bt_init(HCIInfo *hci);
|
/external/bluetooth/bluez/test/ |
rctest.c | 43 #include <bluetooth/hci.h> 645 if (!strncasecmp(optarg, "hci", 3))
|
hstest.c | 41 #include <bluetooth/hci.h>
|
avtest.c | 39 #include <bluetooth/hci.h> 723 "\t--device <hcidev> HCI device\n" 789 if (!strncmp(optarg, "hci", 3))
|
/external/bluetooth/bluez/tools/ |
avinfo.c | 43 #include <bluetooth/hci.h> 643 if (!strncmp(optarg, "hci", 3))
|
rfcomm.c | 45 #include <bluetooth/hci.h> 713 "\t-i [hciX|bdaddr] Local HCI device or BD Address\n" 756 if (strncmp(optarg, "hci", 3) == 0)
|
/external/bluetooth/bluez/lib/bluetooth/ |
hci_lib.h | 179 /* HCI filter tools */
|
/external/bluetooth/bluez/compat/ |
hidd.c | 43 #include <bluetooth/hci.h> 644 "\t-i <hciX|bdaddr> Local HCI device or BD Address\n" 707 if (!strncasecmp(optarg, "hci", 3))
|