HomeSort by relevance Sort by last modified time
    Searched full:hci_resp_timer_id (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_Generic.c 76 static uint32_t hci_resp_timer_id = NXP_INVALID_TIMER_ID; variable
278 && (resp_timer_id == hci_resp_timer_id ))
291 phOsalNfc_Timer_Stop( hci_resp_timer_id );
364 if ( NXP_INVALID_TIMER_ID != hci_resp_timer_id )
367 phOsalNfc_Timer_Stop( hci_resp_timer_id );
368 phOsalNfc_Timer_Delete( hci_resp_timer_id );
370 hci_resp_timer_id);
371 hci_resp_timer_id = NXP_INVALID_TIMER_ID;
577 && ( NXP_INVALID_TIMER_ID != hci_resp_timer_id )
581 phOsalNfc_Timer_Start( hci_resp_timer_id,
    [all...]

Completed in 33 milliseconds