Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc150 #ifndef PROPERTY_BLE_PRIVACY_ENABLED
151 #define PROPERTY_BLE_PRIVACY_ENABLED "bluetooth.core.gap.le.privacy.enabled" macro
1976 bool ble_privacy_enabled = osi_property_get_bool(PROPERTY_BLE_PRIVACY_ENABLED, /*default=*/true); in BTIF_dm_enable()