Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_initiator_address_facade.proto17 USE_STATIC_ADDRESS = 0x02; enumerator
/packages/modules/Bluetooth/system/blueberry/tests/gd/iso/
Dle_iso_test.py50 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
57 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc53 CASE_RETURN_STRING(LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS); in AddressPolicyText()
121 case AddressPolicy::USE_STATIC_ADDRESS: { in SetPrivacyPolicyForInitiatorAddress()
173 case AddressPolicy::USE_STATIC_ADDRESS: { in SetPrivacyPolicyForInitiatorAddressForTest()
665 if (address_policy_ == AddressPolicy::USE_STATIC_ADDRESS) { in OnCommandComplete()
Dle_address_manager.h54 USE_STATIC_ADDRESS, enumerator
Dle_advertising_manager.cc102 case LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS: in GetAdvertiserAddressTypeFromRequestedTypeAndPolicy()
126 case LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS: in GetAdvertiserAddressTypeNonConnectable()
411 LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS) { in new_advertiser_address()
Dacl_manager_unittest.cc206 LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS, in SetUp()
Dle_advertising_manager_test.cc111 address_policy_ = AddressPolicy::USE_STATIC_ADDRESS; in TestLeAddressManager()
119 return AddressPolicy::USE_STATIC_ADDRESS; in Register()
Dle_scanning_manager_test.cc178 return AddressPolicy::USE_STATIC_ADDRESS; in Register()
Dacl_manager_test.cc136 LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS, in SetUp()
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_scanning_manager_test.py75 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
84 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
Dle_scanning_with_security_test.py56 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
Dle_advertising_manager_test.py67 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
Dle_acl_manager_test.py52 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_initiator_address_facade.cc54 if (address_policy == LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS) { in SetPrivacyPolicyForInitiatorAddress()
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py71 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc313 LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS, in set_random_device_address_policy()
793 …_policy_for_initiator_address(fixed_address_, LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS); in TEST_F()
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dsecurity_test.py109 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/hci/
Dle_advanced_scanning_test.py52 address_policy=le_initiator_address_facade.AddressPolicy.USE_STATIC_ADDRESS,
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc386 if (address_policy == hci::LeAddressManager::AddressPolicy::USE_STATIC_ADDRESS || in SetLeInitiatorAddressPolicy()