Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc210 p_dev_rec->ble.resolving_list_index = btm_ble_find_irk_index(); in btm_ble_update_resolving_list()
215 btm_ble_clear_irk_index(p_dev_rec->ble.resolving_list_index); in btm_ble_update_resolving_list()
216 p_dev_rec->ble.resolving_list_index = 0; in btm_ble_update_resolving_list()
521 UINT8_TO_STREAM(p, p_dev_rec->ble.resolving_list_index); in btm_ble_read_resolving_list_entry()
Dsecurity_device_record.h125 uint8_t resolving_list_index; variable