Home
last modified time | relevance | path

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

/system/bt/bta/hl/
Dbta_hl_utils.cc1316 bool bta_hl_get_cur_time(uint8_t app_idx, uint8_t* p_cur_time) { in bta_hl_get_cur_time() argument
1341 *p_cur_time = time_latest + 1; in bta_hl_get_cur_time()
1347 *p_cur_time = BTA_HL_MIN_TIME; in bta_hl_get_cur_time()
1353 (result ? "OK" : "FAIL"), *p_cur_time); in bta_hl_get_cur_time()
Dbta_hl_int.h735 extern bool bta_hl_get_cur_time(uint8_t app_idx, uint8_t* p_cur_time);