Searched refs:NCI_GET_CMD_BUF (Results 1 – 4 of 4) sorted by relevance
49 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_RESET)) == NULL) in nci_snd_core_reset()81 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_INIT)) == NULL) in nci_snd_core_init()112 if ((p = NCI_GET_CMD_BUF (num_ids)) == NULL) in nci_snd_core_get_config()146 if ((p = NCI_GET_CMD_BUF (tlv_size + 1)) == NULL) in nci_snd_core_set_config()199 if ((p = NCI_GET_CMD_BUF (size)) == NULL) in nci_snd_core_conn_create()237 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_CON_CLOSE)) == NULL) in nci_snd_core_conn_close()273 if ((p = NCI_GET_CMD_BUF (NCI_PARAM_SIZE_DISCOVER_NFCEE)) == NULL) in nci_snd_nfcee_discover()306 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET)) == NULL) in nci_snd_nfcee_mode_set()344 if ((p = NCI_GET_CMD_BUF (size)) == NULL) in nci_snd_discover_cmd()385 if ((p = NCI_GET_CMD_BUF (NCI_DISCOVER_PARAM_SIZE_SELECT)) == NULL) in nci_snd_discover_select_cmd()[all …]
582 #ifndef NCI_GET_CMD_BUF585 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID)) macro588 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SI… macro
112 p_data = NCI_GET_CMD_BUF (0); in NFC_SendVsCommand()
209 if ((p = NCI_GET_CMD_BUF(ulen)) == NULL) in nfc_ncif_send_data()