Lines Matching refs:hci_resp_timer_id
76 static uint32_t hci_resp_timer_id = NXP_INVALID_TIMER_ID; variable
278 && (resp_timer_id == hci_resp_timer_id )) in phHciNfc_Response_Timeout()
291 phOsalNfc_Timer_Stop( hci_resp_timer_id ); in phHciNfc_Response_Timeout()
364 if ( NXP_INVALID_TIMER_ID != hci_resp_timer_id ) in phHciNfc_Release_Resources()
367 phOsalNfc_Timer_Stop( hci_resp_timer_id ); in phHciNfc_Release_Resources()
368 phOsalNfc_Timer_Delete( hci_resp_timer_id ); in phHciNfc_Release_Resources()
370 hci_resp_timer_id); in phHciNfc_Release_Resources()
371 hci_resp_timer_id = NXP_INVALID_TIMER_ID; in phHciNfc_Release_Resources()
577 && ( NXP_INVALID_TIMER_ID != hci_resp_timer_id ) in phHciNfc_Send()
581 phOsalNfc_Timer_Start( hci_resp_timer_id, in phHciNfc_Send()
583 HCI_DEBUG(" HCI : Timer %X Started \n", hci_resp_timer_id); in phHciNfc_Send()
921 if ( NXP_INVALID_TIMER_ID != hci_resp_timer_id ) in phHciNfc_Process_Response()
924 HCI_DEBUG(" HCI : Timer %X Stopped \n", hci_resp_timer_id); in phHciNfc_Process_Response()
925 phOsalNfc_Timer_Stop( hci_resp_timer_id ); in phHciNfc_Process_Response()
1821 if ( NXP_INVALID_TIMER_ID == hci_resp_timer_id ) in phHciNfc_Notify_Event()
1824 hci_resp_timer_id = phOsalNfc_Timer_Create( ); in phHciNfc_Notify_Event()
1826 hci_resp_timer_id); in phHciNfc_Notify_Event()
1831 hci_resp_timer_id); in phHciNfc_Notify_Event()
2016 if ( NXP_INVALID_TIMER_ID != hci_resp_timer_id ) in phHciNfc_Notify_Event()
2021 phOsalNfc_Timer_Stop( hci_resp_timer_id ); in phHciNfc_Notify_Event()
2042 && ( NXP_INVALID_TIMER_ID != hci_resp_timer_id )) in phHciNfc_Notify_Event()
2047 phOsalNfc_Timer_Stop( hci_resp_timer_id ); in phHciNfc_Notify_Event()