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

Class ATT_Handle

scapy/layers/bluetooth.py:644–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643
644class ATT_Handle(Packet):
645 name = "ATT Short Handle"
646 fields_desc = [XLEShortField("handle", 0),
647 XLEShortField("value", 0)]
648
649 def extract_padding(self, s):
650 return b'', s
651
652
653class ATT_Handle_UUID128(Packet):

Callers

nothing calls this directly

Calls 1

XLEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…