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

Class HCI_Cmd_Create_Connection_Cancel

scapy/layers/bluetooth.py:1713–1718  ·  view source on GitHub ↗

7.1.7 Create Connection Cancel command

Source from the content-addressed store, hash-verified

1711
1712
1713class HCI_Cmd_Create_Connection_Cancel(Packet):
1714 """
1715 7.1.7 Create Connection Cancel command
1716 """
1717 name = "HCI_Create_Connection_Cancel"
1718 fields_desc = [LEMACField("bd_addr", None), ]
1719
1720
1721class HCI_Cmd_Accept_Connection_Request(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…