Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc208 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
212 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
223 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in clear_resolving_list_bit()
507 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT)) { in btm_ble_read_resolving_list_entry()
578 if (dev_rec.ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in btm_ble_resolving_list_load_dev()
606 dev_rec.ble.in_controller_list |= BTM_RESOLVING_LIST_BIT; in btm_ble_resolving_list_load_dev()
626 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_resolving_list_remove_dev()
Dbtm_ble_addr.cc228 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in btm_random_pseudo_to_identity_addr()
Dsecurity_device_record.h124 uint8_t in_controller_list; /* in controller resolving list or not */ variable
Dbtm_ble_gap.cc856 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) != 0) in is_resolving_list_bit_set()
1204 p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in btm_set_conn_mode_adv_init_addr()