Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c397 tNFC_HAL_BTVSC_CPLT vcs_cplt_params; in nfc_hal_nci_proc_rx_bt_msg() local
435 STREAM_TO_UINT8 (vcs_cplt_params.param_len, p); in nfc_hal_nci_proc_rx_bt_msg()
438 STREAM_TO_UINT16 (vcs_cplt_params.opcode, p); in nfc_hal_nci_proc_rx_bt_msg()
440 vcs_cplt_params.param_len -= 3; in nfc_hal_nci_proc_rx_bt_msg()
441 vcs_cplt_params.p_param_buf = p; in nfc_hal_nci_proc_rx_bt_msg()
451 (*p_cback) (&vcs_cplt_params); in nfc_hal_nci_proc_rx_bt_msg()