Searched refs:supports_ble_privacy (Results 1 – 7 of 7) sorted by relevance
201 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_update_resolving_list()206 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_update_resolving_list()541 if (controller_get_interface()->supports_ble_privacy()) { in btm_ble_remove_resolving_list_entry()590 if (controller_get_interface()->supports_ble_privacy()) { in btm_ble_clear_resolving_list()627 if (controller_get_interface()->supports_ble_privacy()) { in btm_ble_read_resolving_list_entry()778 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_exe_disable_resolving_list()802 if (!controller_get_interface()->supports_ble_privacy()) { in btm_ble_exe_enable_resolving_list()888 if (controller_get_interface()->supports_ble_privacy()) { in btm_ble_resolving_list_load_dev()
512 …if (controller_get_interface()->supports_ble_privacy() && p_dev_rec->ble.ble_addr_type != BLE_ADDR… in btm_random_pseudo_to_identity_addr()
507 && controller_get_interface()->supports_ble_privacy()) { in btm_ble_start_auto_conn()
184 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()
913 if (controller_get_interface()->supports_ble_privacy()) { in BTM_BleConfigPrivacy()
59 bool (*supports_ble_privacy)(void); member
419 static bool supports_ble_privacy(void) in supports_ble_privacy() function561 supports_ble_privacy,