Home
last modified time | relevance | path

Searched refs:NFC_NCI_POOL_ID (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/include/
Dnfc_target.h105 #ifndef NFC_NCI_POOL_ID
106 #define NFC_NCI_POOL_ID GKI_POOL_ID_2 macro
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dnci_defs.h603 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID))
/external/libnfc-nci/src/hal/include/
Dnci_defs.h603 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID))
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c626 if ((p_msg = (BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID)) != NULL) in nfc_main_hal_data_cback()