| 1147 | |
| 1148 | |
| 1149 | class EIR_SecureSimplePairingRandomizerR192(EIR_Element): |
| 1150 | name = 'Secure Simple Pairing Randomizer R-192' |
| 1151 | fields_desc = [NBytesField('randomizer', 0, 16)] |
| 1152 | |
| 1153 | |
| 1154 | class EIR_SecurityManagerOOBFlags(EIR_Element): |
nothing calls this directly
no test coverage detected
searching dependent graphs…