Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h500 extern bool BTM_BleLocalPrivacyEnabled(void);
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc250 if (BTM_BleLocalPrivacyEnabled()) { in RegisterAdvertiser()
955 if (BTM_BleLocalPrivacyEnabled() && in OnAdvertisingSetTerminated()
Dbtm_ble_gap.cc696 bool BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function
/system/bt/btif/src/
Dbtif_core.cc712 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in execute_storage_request()
Dbtif_dm.cc1861 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_dm_upstreams_evt()
/system/bt/stack/test/
Dble_advertiser_test.cc46 bool BTM_BleLocalPrivacyEnabled() { return true; } in BTM_BleLocalPrivacyEnabled() function