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

Class HCI_Hdr

scapy/layers/bluetooth.py:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288
289class HCI_Hdr(Packet):
290 name = "HCI header"
291 fields_desc = [ByteEnumField("type", 2, _bluetooth_packet_types)]
292
293 def mysummary(self):
294 return self.sprintf("HCI %type%")
295
296
297class HCI_ACL_Hdr(Packet):

Callers 3

recvMethod · 0.85
recvMethod · 0.85

Calls 1

ByteEnumFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…