diff options
Diffstat (limited to 'stack/btm/btm_inq.c')
-rw-r--r-- | stack/btm/btm_inq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/btm/btm_inq.c b/stack/btm/btm_inq.c index 629423273..7d544d8e5 100644 --- a/stack/btm/btm_inq.c +++ b/stack/btm/btm_inq.c @@ -1988,7 +1988,7 @@ void btm_process_inq_results (UINT8 *p, UINT8 inq_res_mode) p_cur->dev_class[2] = dc[2]; p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; - p_i->time_of_resp = GKI_get_tick_count (); + p_i->time_of_resp = GKI_get_os_tick_count(); if (p_i->inq_count != p_inq->inq_counter) p_inq->inq_cmpl_info.num_resp++; /* A new response was found */ |