Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c395 tNFC_HAL_BTVSC_CPLT vcs_cplt_params; in nfc_hal_nci_proc_rx_bt_msg() local
432 STREAM_TO_UINT8 (vcs_cplt_params.param_len, p); in nfc_hal_nci_proc_rx_bt_msg()
435 STREAM_TO_UINT16 (vcs_cplt_params.opcode, p); in nfc_hal_nci_proc_rx_bt_msg()
437 vcs_cplt_params.param_len -= 3; in nfc_hal_nci_proc_rx_bt_msg()
438 vcs_cplt_params.p_param_buf = p; in nfc_hal_nci_proc_rx_bt_msg()
448 (*p_cback) (&vcs_cplt_params); in nfc_hal_nci_proc_rx_bt_msg()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c1433 tBTM_VSC_CMPL vcs_cplt_params; in btm_vsc_complete() local
1439 vcs_cplt_params.opcode = opcode; /* Number of bytes in return info */ in btm_vsc_complete()
1440 vcs_cplt_params.param_len = evt_len; /* Number of bytes in return info */ in btm_vsc_complete()
1441 vcs_cplt_params.p_param_buf = p; in btm_vsc_complete()
1442 (*p_vsc_cplt_cback)(&vcs_cplt_params); /* Call the VSC complete callback function */ in btm_vsc_complete()