USER MANUAL
PTM 216B – BLUETOOTH
®
PUSHBUTTON TRANSMITTER MODULE
© 2022 EnOcean | www.enocean.com
F-710-017, V1.0
PTM 216B User Manual | v1.0 | February 2022 | Page 80/86
C.1.4
Internal parameters
The RFC3610 implementation in PTM 216B 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
216B
telegram
Variable
input
parameters
These parameters are based on the telegram-specific parameters and therefore de-
pend on the specifics of the transmitted telegram
C.1.5
Constant internal parameters
The RFC3610 implementation in PTM 216B 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 13 below - is the same for all PTM
216B 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 13 – Constant internal parameters