Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h460 extern bool BTM_BleLocalPrivacyEnabled(void);
/system/bt/test/mock/
Dmock_stack_btm_ble_gap.cc62 bool BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function
Dmock_main_shim_btm_api.cc47 bool bluetooth::shim::BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h1880 bool BTM_BleLocalPrivacyEnabled(void);
Dbtm_api.cc1184 bool bluetooth::shim::BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function in bluetooth::shim
/system/bt/btif/src/
Dbtif_core.cc568 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_get_adapter_property()
Dbtif_dm.cc1723 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_dm_upstreams_evt()
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc51 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.cc745 bool BTM_BleLocalPrivacyEnabled(void) { in BTM_BleLocalPrivacyEnabled() function
747 return bluetooth::shim::BTM_BleLocalPrivacyEnabled(); in BTM_BleLocalPrivacyEnabled()
/system/bt/stack/test/
Dble_advertiser_test.cc47 bool BTM_BleLocalPrivacyEnabled() { return true; } in BTM_BleLocalPrivacyEnabled() function