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

Class HCI_Cmd_PIN_Code_Request_Negative_Reply

scapy/layers/bluetooth.py:1766–1771  ·  view source on GitHub ↗

7.1.13 PIN Code Request Negative Reply command

Source from the content-addressed store, hash-verified

1764
1765
1766class HCI_Cmd_PIN_Code_Request_Negative_Reply(Packet):
1767 """
1768 7.1.13 PIN Code Request Negative Reply command
1769 """
1770 name = "HCI_PIN_Code_Request_Negative_Reply"
1771 fields_desc = [LEMACField("bd_addr", None), ]
1772
1773
1774class HCI_Cmd_Change_Connection_Packet_Type(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…