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

Class HCI_Cmd_Link_Key_Request_Negative_Reply

scapy/layers/bluetooth.py:1748–1753  ·  view source on GitHub ↗

7.1.11 Link Key Request Negative Reply command

Source from the content-addressed store, hash-verified

1746
1747
1748class HCI_Cmd_Link_Key_Request_Negative_Reply(Packet):
1749 """
1750 7.1.11 Link Key Request Negative Reply command
1751 """
1752 name = "HCI_Link_Key_Request_Negative_Reply"
1753 fields_desc = [LEMACField("bd_addr", None), ]
1754
1755
1756class HCI_Cmd_PIN_Code_Request_Reply(Packet):

Callers

nothing calls this directly

Calls 1

LEMACFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…