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

Class HCI_Cmd_Create_Connection

scapy/layers/bluetooth.py:1691–1701  ·  view source on GitHub ↗

7.1.5 Create Connection command

Source from the content-addressed store, hash-verified

1689
1690
1691class HCI_Cmd_Create_Connection(Packet):
1692 """
1693 7.1.5 Create Connection command
1694 """
1695 name = "HCI_Create_Connection"
1696 fields_desc = [LEMACField("bd_addr", None),
1697 LEShortField("packet_type", 0xcc18),
1698 ByteField("page_scan_repetition_mode", 0x02),
1699 ByteField("reserved", 0x0),
1700 LEShortField("clock_offset", 0x0),
1701 ByteField("allow_role_switch", 0x1), ]
1702
1703
1704class HCI_Cmd_Disconnect(Packet):

Callers

nothing calls this directly

Calls 3

LEMACFieldClass · 0.90
LEShortFieldClass · 0.90
ByteFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…