Searched refs:p_hci_netwk_cmd (Results 1 – 1 of 1) sorted by relevance
84 UINT8 *p_hci_netwk_cmd; in nfc_hal_hci_enable() local88 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE); in nfc_hal_hci_enable()89 GKI_freebuf (p_hci_netwk_cmd); in nfc_hal_hci_enable()95 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE); in nfc_hal_hci_enable()96 GKI_freebuf (p_hci_netwk_cmd); in nfc_hal_hci_enable()100 …if ((p_hci_netwk_cmd = (UINT8 *) GKI_getbuf (NCI_MSG_HDR_SIZE + NFC_HAL_HCI_NETWK_INFO_SIZE)) == N… in nfc_hal_hci_enable()107 nfc_hal_cb.hci_cb.p_hci_netwk_info_buf = (UINT8 *) (p_hci_netwk_cmd + NCI_MSG_HDR_SIZE); in nfc_hal_hci_enable()313 UINT8 *p_hci_netwk_cmd; in nfc_hal_hci_init_complete() local317 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE); in nfc_hal_hci_init_complete()318 GKI_freebuf (p_hci_netwk_cmd); in nfc_hal_hci_init_complete()[all …]