Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc44 struct BTA_DmBleConfigLocalPrivacy BTA_DmBleConfigLocalPrivacy; variable
129 void BTA_DmBleConfigLocalPrivacy(bool privacy_enable) { in BTA_DmBleConfigLocalPrivacy() function
131 test::mock::bta_dm_api::BTA_DmBleConfigLocalPrivacy(privacy_enable); in BTA_DmBleConfigLocalPrivacy()
Dmock_bta_dm_api.h120 struct BTA_DmBleConfigLocalPrivacy { struct
125 extern struct BTA_DmBleConfigLocalPrivacy BTA_DmBleConfigLocalPrivacy; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc231 void BTA_DmBleConfigLocalPrivacy(bool privacy_enable) { in BTA_DmBleConfigLocalPrivacy() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h660 void BTA_DmBleConfigLocalPrivacy(bool privacy_enable);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc2151 BTA_DmBleConfigLocalPrivacy(ble_privacy_enabled); in BTIF_dm_enable()