USER MANUAL
ESRPB / EDRPB - EASYFIT BLUETOOTH® SINGLE / DOUBLE ROCKER PAD
© 2018 EnOcean | www.enocean.com
F-710-017, V1.0
ESRPB / EDRPB User Manual | v1.3 | Jan 2018 | Page 62/68
B.2
Internal parameters
The RFC3610 implementation in PTM 215B derives a set of internal parameters for further
processing from the provided input parameters.
Again, there are two types of internal parameters:
Constant internal parameters
These parameters are based on the high level algorithm and telegram properties
and are the same for any PTM 215B telegram
Variable input parameters
These parameters are based on the telegram-specific parameters and therefore de-
pend on the specifics of the transmitted telegram
B.3
Constant internal parameters
The RFC3610 implementation in PTM 215B derives two internal parameters – M’ and L’ –
based on the input data and uses them to construct A0_Flag and B_0_Flag which – togeth-
er with the iteration counter i – are required for subsequent processing.
The value of these internal parameters - listed in Table 8 below - is the same for all PTM
215B telegrams.
Parameter
Comment / Description
Example
M’
Binary encoded output length
M’ = (Output length / 2) - 1
0b001
(always)
L’
Binary encoded length field size
L’ = length field size - 1
0b001
(always)
A0_Flag
L’
0x01
(always)
B0_Flag
(0b01<<6) + (M’<<3) + L’
0x49
(always)
i
Iteration counter
0x0000 (always)
Table 8 – Constant internal parameters