Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_privacy.c200 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
205 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
259 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in btm_ble_clear_resolving_list_complete()
623 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT)) { in btm_ble_read_resolving_list_entry()
877 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_resolving_list_load_dev()
976 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_resolving_list_remove_dev()
1062 if ((p_dev->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_enable_resolving_list_for_platform()
1063 (p_dev->ble.in_controller_list & BTM_WHITE_LIST_BIT)) { in btm_ble_enable_resolving_list_for_platform()
Dbtm_ble_addr.c509 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in btm_random_pseudo_to_identity_addr()
Dbtm_ble_gap.c1388 p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in btm_set_conn_mode_adv_init_addr()
1417 (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) != 0) { in btm_set_conn_mode_adv_init_addr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h552 UINT8 in_controller_list; /* in controller resolving list or not */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c942 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) { in l2cble_init_direct_conn()