Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc55 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_tlv_parameter_generic_cmd()
102 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_reset()
133 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_init()
167 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_get_config()
200 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_set_config()
249 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_conn_create()
285 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_core_conn_close()
319 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_nfcee_discover()
353 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_nfcee_mode_set()
386 p->event = BT_EVT_TO_NFC_NCI; in nci_snd_iso_dep_nak_presence_check_cmd()
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_vs.cc100 p_data->event = BT_EVT_TO_NFC_NCI; in NFC_SendRawVsCommand()
146 p_data->event = BT_EVT_TO_NFC_NCI; in NFC_SendVsCommand()
Dnfc_task.cc373 case BT_EVT_TO_NFC_NCI: in nfc_task()
Dnfc_ncif.cc217 p->event = BT_EVT_TO_NFC_NCI; in nfc_ncif_send_data()
365 p_buf->event = BT_EVT_TO_NFC_NCI; in nfc_ncif_send_cmd()
Dnfc_main.cc664 p_msg->event = BT_EVT_TO_NFC_NCI; in nfc_main_hal_data_cback()
/system/nfc/src/include/
Dbt_types.h26 #define BT_EVT_TO_NFC_NCI 0x4000 macro
/system/nfc/src/fuzzers/integration/
Dnfc_task_helpers.cc25 case BT_EVT_TO_NFC_NCI: in nfc_process_nci_messages()
/system/nfc/src/fuzzers/nci/
Dhal.cc34 p_msg->event = BT_EVT_TO_NFC_NCI; in hal_inject_data()