Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc102 .local_privacy_enabled = 0x11,
362 kLocalLeFeatures.local_privacy_enabled, in verify_property()
363 ((bt_local_le_features_t*)property.val)->local_privacy_enabled); in verify_property()
365 kLocalLeFeatures.local_privacy_enabled, in verify_property()
366 ((bt_local_le_features_t*)property.val)->local_privacy_enabled); in verify_property()
Dbt_property.cc161 ((bt_local_le_features_t*)property.val)->local_privacy_enabled, in bt_property_text()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h220 uint8_t local_privacy_enabled; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc473 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_get_adapter_property()