Home
last modified time | relevance | path

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

/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingControlee.java50 UwbAddress controllerAddress = rangingParameters.getPeerAddresses().get(0); in hashSessionId() local
51 return calculateHashedSessionId(controllerAddress, rangingParameters.getComplexChannel()); in hashSessionId()
DRangingDevice.java172 UwbAddress controllerAddress, UwbComplexChannel complexChannel) { in calculateHashedSessionId() argument
175 .putBytes(controllerAddress.toBytes()) in calculateHashedSessionId()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc98 Address controllerAddress = controller_->GetMacAddress(); in Init() local
101 if (!address_prop || address_prop.value() != controllerAddress.ToString()) { in Init()
103 BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS, controllerAddress.ToString()); in Init()
107 hci::AddressWithType(controllerAddress, hci::AddressType::PUBLIC_DEVICE_ADDRESS); in Init()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java438 UwbAddress controllerAddress = UwbAddress.fromBytes( in fromBytes() local
440 configParamsBuilder.setControllerMacAddress(controllerAddress); in fromBytes()