Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h458 extern bool BTM_BleLocalPrivacyEnabled(void);
/system/bt/main/shim/
Dbtm_api.h2162 bool BTM_BleLocalPrivacyEnabled(void);
Dbtm_api.cc1026 bool bluetooth::shim::BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc251 if (BTM_BleLocalPrivacyEnabled()) { in RegisterAdvertiser()
961 if (BTM_BleLocalPrivacyEnabled() && in OnAdvertisingSetTerminated()
Dbtm_ble_gap.cc660 bool BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function
663 return bluetooth::shim::BTM_BleLocalPrivacyEnabled(); in BTM_BleLocalPrivacyEnabled()
/system/bt/btif/src/
Dbtif_core.cc712 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in execute_storage_request()
Dbtif_dm.cc1928 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