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

Class HCI_Cmd_Remote_OOB_Data_Request_Reply

scapy/layers/bluetooth.py:1908–1915  ·  view source on GitHub ↗

7.1.34 Remote OOB Data Request Reply command

Source from the content-addressed store, hash-verified

1906
1907
1908class HCI_Cmd_Remote_OOB_Data_Request_Reply(Packet):
1909 """
1910 7.1.34 Remote OOB Data Request Reply command
1911 """
1912 name = "HCI_Remote_OOB_Data_Request_Reply"
1913 fields_desc = [LEMACField("bd_addr", None),
1914 NBytesField("C", b"\x00" * 16, sz=16),
1915 NBytesField("R", b"\x00" * 16, sz=16), ]
1916
1917
1918class HCI_Cmd_Remote_OOB_Data_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…