Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc108 supports_ble_privacy_ = supports_ble_privacy; in SetPrivacyPolicyForInitiatorAddress()
539 if (!supports_ble_privacy_) { in AddDeviceToResolvingList()
553 if (supports_ble_privacy_) { in AddDeviceToResolvingList()
581 if (!supports_ble_privacy_) { in RemoveDeviceFromResolvingList()
614 if (!supports_ble_privacy_) { in ClearResolvingList()
Dle_address_manager.h178 bool supports_ble_privacy_{false};
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc207 return supports_ble_privacy_; in SupportsBlePrivacy()
209 bool supports_ble_privacy_{false}; member in bluetooth::hci::acl_manager::__anondce1a5790211::TestController
914 controller_->supports_ble_privacy_ = true; in TEST_F()