Searched refs:subSessionKey (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | RangingControleeParameters.java | 25 public RangingControleeParameters(UwbAddress address, int subSessionId, byte[] subSessionKey) { in RangingControleeParameters() argument 28 this.mSubSessionKey = subSessionKey; in RangingControleeParameters()
|
D | ConfigurationManager.java | 607 @Nullable byte[] subSessionKey, in createReconfigureParams() argument 619 builder.setSubSessionIdList(subSessionIdList).setSubSessionKeyList(subSessionKey); in createReconfigureParams() 630 @Nullable byte[] subSessionKey, in createControleeParams() argument 641 builder.setSubSessionIdList(subSessionIdList).setSubSessionKeyList(subSessionKey); in createControleeParams()
|
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/current/androidx/core/uwb/backend/ |
D | RangingControleeParameters.aidl | 38 byte[] subSessionKey;
|
/packages/modules/Uwb/androidx_backend/aidl_api/androidx.core.uwb.backend.aidl_interface/1/androidx/core/uwb/backend/ |
D | RangingControleeParameters.aidl | 38 byte[] subSessionKey;
|
/packages/modules/Uwb/androidx_backend/interface/androidx/core/uwb/backend/ |
D | RangingControleeParameters.aidl | 25 byte[] subSessionKey;
|
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/ |
D | RangingSessionController.java | 261 public void setSubSessionKey(byte[] subSessionKey) { in setSubSessionKey() argument 262 this.mSubSessionKey = Optional.of(subSessionKey); in setSubSessionKey()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/ |
D | UwbConfigTest.java | 300 byte[] subSessionKey = new byte[]{0x6, 0x79, 0x6, 0x79, 0x6, 0x79, 0x6, in testPacsControllerProfileForProvSTSIndKey() 314 pacsControleeSession.mSessionInfo.setSubSessionKey(subSessionKey); in testPacsControllerProfileForProvSTSIndKey() 326 assertEquals(controleeParams.getSubsessionKey(), subSessionKey); in testPacsControllerProfileForProvSTSIndKey() local
|
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/ |
D | UwbControllerClient.java | 92 uwbAddress, params.subSessionId, params.subSessionKey); in addControleeWithSessionParams()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbShellCommand.java | 675 String subSessionKey = getNextArgRequired(); in buildFiraOpenSessionParams() local 676 if (subSessionKey.length() == 32 || subSessionKey.length() == 64) { in buildFiraOpenSessionParams() 677 builder.setSubsessionKey(BaseEncoding.base16().decode(subSessionKey)); in buildFiraOpenSessionParams()
|