Home
last modified time | relevance | path

Searched refs:dev_rec_count (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c99 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in BTM_SecAddDevice()
370 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in btm_sec_alloc_dev()
Dbtm_ble.c1931 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in btm_ble_connected()
Dbtm_sec.c4286 p_dev_rec->timestamp = btm_cb.dev_rec_count++; in btm_sec_connected()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h897 UINT32 dev_rec_count; /* Counter used for device record timestamp */ member