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

Class HCI_Cmd_Link_Key_Request_Reply

scapy/layers/bluetooth.py:1739–1745  ·  view source on GitHub ↗

7.1.10 Link Key Request Reply command

Source from the content-addressed store, hash-verified

1737
1738
1739class HCI_Cmd_Link_Key_Request_Reply(Packet):
1740 """
1741 7.1.10 Link Key Request Reply command
1742 """
1743 name = "HCI_Link_Key_Request_Reply"
1744 fields_desc = [LEMACField("bd_addr", None),
1745 NBytesField("link_key", None, 16), ]
1746
1747
1748class HCI_Cmd_Link_Key_Request_Negative_Reply(Packet):

Callers

nothing calls this directly

Calls 2

LEMACFieldClass · 0.90
NBytesFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…