Home
last modified time | relevance | path

Searched refs:BT_EVT_TO_NFC_NCI (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c52 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_reset()
84 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_init()
115 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_get_config()
149 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_set_config()
202 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_conn_create()
240 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_conn_close()
276 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_nfcee_discover()
309 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_nfcee_mode_set()
347 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_discover_cmd()
388 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_discover_select_cmd()
[all …]
/external/libnfc-nci/src/nfc/nfc/
Dnfc_vs.c129 p_data->event = BT_EVT_TO_NFC_NCI; in NFC_SendVsCommand()
Dnfc_task.c399 case BT_EVT_TO_NFC_NCI: in nfc_task()
Dnfc_ncif.c224 p->event = BT_EVT_TO_NFC_NCI; in nfc_ncif_send_data()
352 p_buf->event = BT_EVT_TO_NFC_NCI; in nfc_ncif_send_cmd()
Dnfc_main.c635 p_msg->event = BT_EVT_TO_NFC_NCI; in nfc_main_hal_data_cback()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c486 p_msg->event = BT_EVT_TO_NFC_NCI; in nfc_hal_send_nci_msg_to_nfc_task()
/external/libnfc-nci/src/include/
Dbt_types.h124 #define BT_EVT_TO_NFC_NCI 0x4000 /* NCI Command, Notification or Data*/ macro