Home
last modified time | relevance | path

Searched refs:BTM_CLOCK_OFFSET_VALID (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1938 p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_process_inq_results()
2220 BTM_CLOCK_OFFSET_VALID)); in btm_initiate_rem_name()
Dbtm_sec.c5161 p_dev_rec->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_sec_update_clock_offset()
5167 p_inq_info->results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_sec_update_clock_offset()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h377 #define BTM_CLOCK_OFFSET_VALID 0x8000 macro