Home
last modified time | relevance | path

Searched refs:supports_ble_privacy (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_privacy.c202 if (!controller_get_interface()->supports_ble_privacy()) in btm_ble_update_resolving_list()
208 if (!controller_get_interface()->supports_ble_privacy()) in btm_ble_update_resolving_list()
458 if (controller_get_interface()->supports_ble_privacy()) in btm_ble_remove_resolving_list_entry()
500 if (controller_get_interface()->supports_ble_privacy()) in btm_ble_clear_resolving_list()
538 if (controller_get_interface()->supports_ble_privacy()) in btm_ble_read_resolving_list_entry()
687 if (!controller_get_interface()->supports_ble_privacy()) in btm_ble_exe_disable_resolving_list()
709 if (!controller_get_interface()->supports_ble_privacy()) in btm_ble_exe_enable_resolving_list()
794 if (controller_get_interface()->supports_ble_privacy()) in btm_ble_resolving_list_load_dev()
Dbtm_ble_addr.c466 if (controller_get_interface()->supports_ble_privacy()) in btm_random_pseudo_to_identity_addr()
Dbtm_ble_bgconn.c390 && controller_get_interface()->supports_ble_privacy()) in btm_ble_start_auto_conn()
Dbtm_devctl.c191 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()
Dbtm_ble_gap.c696 if (controller_get_interface()->supports_ble_privacy()) in BTM_BleConfigPrivacy()
/system/bt/device/include/
Dcontroller.h56 bool (*supports_ble_privacy)(void); member
/system/bt/device/src/
Dcontroller.c370 static bool supports_ble_privacy(void) { in supports_ble_privacy() function
472 supports_ble_privacy,
/system/bt/btif/src/
Dbtif_gatt_client.c1160 if (!controller_get_interface()->supports_ble_privacy() && in btgattc_handle_event()