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

Class HCI_Cmd_PIN_Code_Request_Reply

scapy/layers/bluetooth.py:1756–1763  ·  view source on GitHub ↗

7.1.12 PIN Code Request Reply command

Source from the content-addressed store, hash-verified

1754
1755
1756class HCI_Cmd_PIN_Code_Request_Reply(Packet):
1757 """
1758 7.1.12 PIN Code Request Reply command
1759 """
1760 name = "HCI_PIN_Code_Request_Reply"
1761 fields_desc = [LEMACField("bd_addr", None),
1762 ByteField("pin_code_length", 7),
1763 NBytesField("pin_code", b"\x00" * 16, sz=16), ]
1764
1765
1766class HCI_Cmd_PIN_Code_Request_Negative_Reply(Packet):

Callers

nothing calls this directly

Calls 3

LEMACFieldClass · 0.90
ByteFieldClass · 0.90
NBytesFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…