Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.c567 UINT32 ot = 0xFFFFFFFF; in btm_find_oldest_dev() local
577 if (p_dev_rec->timestamp < ot) in btm_find_oldest_dev()
580 ot = p_dev_rec->timestamp; in btm_find_oldest_dev()
584 if (ot != 0xFFFFFFFF) in btm_find_oldest_dev()
594 if (p_dev_rec->timestamp < ot) in btm_find_oldest_dev()
597 ot = p_dev_rec->timestamp; in btm_find_oldest_dev()
Dbtm_inq.c1568 UINT32 ot = 0xFFFFFFFF; in btm_inq_db_new() local
1581 if (p_ent->time_of_resp < ot) in btm_inq_db_new()
1584 ot = p_ent->time_of_resp; in btm_inq_db_new()