MCPcopy Create free account
hub / github.com/secdev/scapy / EIR_SecureSimplePairingHashC192

Class EIR_SecureSimplePairingHashC192

scapy/layers/bluetooth.py:1144–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142
1143
1144class EIR_SecureSimplePairingHashC192(EIR_Element):
1145 name = 'Secure Simple Pairing Hash C-192'
1146 fields_desc = [NBytesField('hash', 0, 16)]
1147
1148
1149class EIR_SecureSimplePairingRandomizerR192(EIR_Element):

Callers

nothing calls this directly

Calls 1

NBytesFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…