OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_cb
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c
94
if ( (nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf && (p_evt_data->nv_read.block == HC_F3_NV_BLOCK || p_evt_data->nv_read.block == HC_F4_NV_BLOCK || p_evt_data->nv_read.block == HC_F5_NV_BLOCK))
95
||(nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf && p_evt_data->nv_read.block == HC_F2_NV_BLOCK) )
138
if (nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf)
140
p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
142
nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf = NULL;
145
if (nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf)
147
p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
149
nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf = NULL;
153
||((p_nfc_hal_cfg->nfc_hal_hci_uicc_support & HAL_NFC_HCI_UICC1_HOST) && ((!nfc_hal_cb.
hci_cb
.hci_fw_workaround) || (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_EEPROM)))
163
nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf = (UINT8 *) (p_hci_netwk_cmd + NCI_MSG_HDR_SIZE)
[
all
...]
nfc_hal_nci.c
564
if (nfc_hal_cb.
hci_cb
.hcp_conn_id)
567
if (cid == nfc_hal_cb.
hci_cb
.hcp_conn_id)
613
if (nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp)
616
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = FALSE;
619
nfc_hal_cb.
hci_cb
.hcp_conn_id = *p;
685
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = FALSE;
709
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = TRUE;
743
if ( (nfc_hal_cb.
hci_cb
.hcp_conn_id == 0)
nfc_hal_main.c
587
if (nfc_hal_cb.
hci_cb
.hcp_conn_id)
590
if (cid == nfc_hal_cb.
hci_cb
.hcp_conn_id)
nfc_hal_dm.c
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
437
tNFC_HAL_HCI_CB
hci_cb
;
member in struct:__anon16960
Completed in 191 milliseconds