Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1999 bool ble_privacy_enabled = osi_property_get_bool(PROPERTY_BLE_PRIVACY_ENABLED, /*default=*/true); in BTIF_dm_enable() local
2001 log::info("Local BLE Privacy enabled:{}", ble_privacy_enabled); in BTIF_dm_enable()
2002 BTA_DmBleConfigLocalPrivacy(ble_privacy_enabled); in BTIF_dm_enable()