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

Class HCI_Cmd_Remote_Name_Request

scapy/layers/bluetooth.py:1816–1824  ·  view source on GitHub ↗

7.1.19 Remote Name Request command

Source from the content-addressed store, hash-verified

1814
1815
1816class HCI_Cmd_Remote_Name_Request(Packet):
1817 """
1818 7.1.19 Remote Name Request command
1819 """
1820 name = "HCI_Remote_Name_Request"
1821 fields_desc = [LEMACField("bd_addr", None),
1822 ByteField("page_scan_repetition_mode", 0x02),
1823 ByteField("reserved", 0x0),
1824 LEShortField("clock_offset", 0x0), ]
1825
1826
1827class HCI_Cmd_Remote_Name_Request_Cancel(Packet):

Callers

nothing calls this directly

Calls 3

LEMACFieldClass · 0.90
ByteFieldClass · 0.90
LEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…