Home
last modified time | relevance | path

Searched refs:BTM_BleConfigPrivacy (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h449 extern bool BTM_BleConfigPrivacy(bool enable);
/system/bt/test/mock/
Dmock_stack_btm_ble_gap.cc58 bool BTM_BleConfigPrivacy(bool privacy_mode) { in BTM_BleConfigPrivacy() function
/system/bt/main/shim/
Dbtm_api.h1869 bool BTM_BleConfigPrivacy(bool enable);
/system/bt/stack/btm/
Dbtm_ble_gap.cc678 bool BTM_BleConfigPrivacy(bool privacy_mode) { in BTM_BleConfigPrivacy() function
/system/bt/bta/dm/
Dbta_dm_act.cc3681 BTM_BleConfigPrivacy(privacy_enable); in bta_dm_ble_config_local_privacy()