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)
| 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 | """ |
no outgoing calls
no test coverage detected