Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_privacy.c201 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
207 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in btm_ble_update_resolving_list()
220 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT; in clear_resolving_list_bit()
535 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT)) in btm_ble_read_resolving_list_entry()
781 if (!(p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_resolving_list_load_dev()
875 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in btm_ble_resolving_list_remove_dev()
934 if ((p_dev->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) && in is_on_resolving_list()
935 (p_dev->ble.in_controller_list & BTM_WHITE_LIST_BIT)) in is_on_resolving_list()
Dbtm_ble_bgconn.c159 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT; in btm_add_dev_to_controller()
164 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT; in btm_add_dev_to_controller()
174 p_dev_rec->ble.in_controller_list &= ~BTM_WHITE_LIST_BIT; in btm_add_dev_to_controller()
Dbtm_ble_addr.c462 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) in btm_random_pseudo_to_identity_addr()
Dbtm_int.h479 UINT8 in_controller_list; /* in controller resolving list or not */ member
Dbtm_ble_gap.c928 if ((p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) != 0) in is_resolving_list_bit_set()
973 p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) in btm_set_conn_mode_adv_init_addr()
/system/bt/stack/l2cap/
Dl2c_ble.c900 if (p_dev_rec->ble.in_controller_list & BTM_RESOLVING_LIST_BIT) in l2cble_init_direct_conn()