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

Method build_eir

scapy/layers/bluetooth.py:2969–2978  ·  view source on GitHub ↗

Builds a list of EIR messages to wrap this frame. Users of this helper must implement this method. :return: List of HCI_Hdr with payloads that describe this beacon type :rtype: list[scapy.bluetooth.HCI_Hdr]

(self)

Source from the content-addressed store, hash-verified

2967 "general_disc_mode", "br_edr_not_supported"]), ]
2968
2969 def build_eir(self):
2970 """
2971 Builds a list of EIR messages to wrap this frame.
2972
2973 Users of this helper must implement this method.
2974
2975 :return: List of HCI_Hdr with payloads that describe this beacon type
2976 :rtype: list[scapy.bluetooth.HCI_Hdr]
2977 """
2978 raise NotImplementedError("build_eir")
2979
2980 def build_advertising_report(self):
2981 """

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected