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
75
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))
76
||(nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf && p_evt_data->nv_read.block == HC_F2_NV_BLOCK) )
119
if (nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf)
121
p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
123
nfc_hal_cb.
hci_cb
.p_hci_netwk_dh_info_buf = NULL;
126
if (nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf)
128
p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
130
nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf = NULL;
134
||((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))) )
143
nfc_hal_cb.
hci_cb
.p_hci_netwk_info_buf = (UINT8 *) (p_hci_netwk_cmd + NCI_MSG_HDR_SIZE)
[
all
...]
nfc_hal_dm.c
563
nfc_hal_cb.
hci_cb
.hci_fw_workaround = TRUE;
564
nfc_hal_cb.
hci_cb
.hci_fw_validate_netwk_cmd = TRUE;
570
nfc_hal_cb.
hci_cb
.hci_fw_workaround = TRUE;
571
nfc_hal_cb.
hci_cb
.hci_fw_validate_netwk_cmd = FALSE;
576
nfc_hal_cb.
hci_cb
.hci_fw_workaround = FALSE;
577
nfc_hal_cb.
hci_cb
.hci_fw_validate_netwk_cmd = FALSE;
[
all
...]
nfc_hal_nci.c
550
if (nfc_hal_cb.
hci_cb
.hcp_conn_id)
553
if (cid == nfc_hal_cb.
hci_cb
.hcp_conn_id)
596
if (nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp)
599
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = FALSE;
602
nfc_hal_cb.
hci_cb
.hcp_conn_id = *p;
666
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = FALSE;
690
nfc_hal_cb.
hci_cb
.b_wait_hcp_conn_create_rsp = TRUE;
721
if ( (nfc_hal_cb.
hci_cb
.hcp_conn_id == 0)
nfc_hal_main.c
533
if (nfc_hal_cb.
hci_cb
.hcp_conn_id)
536
if (cid == nfc_hal_cb.
hci_cb
.hcp_conn_id)
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
423
tNFC_HAL_HCI_CB
hci_cb
;
member in struct:__anon23222
Completed in 196 milliseconds