MCPcopy Index your code
hub / github.com/secdev/scapy / ATT_Handle_UUID128

Class ATT_Handle_UUID128

scapy/layers/bluetooth.py:653–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651
652
653class ATT_Handle_UUID128(Packet):
654 name = "ATT Handle (UUID 128)"
655 fields_desc = [XLEShortField("handle", 0),
656 UUIDField("value", None, uuid_fmt=UUIDField.FORMAT_REV)]
657
658 def extract_padding(self, s):
659 return b'', s
660
661
662class ATT_Error_Response(Packet):

Callers

nothing calls this directly

Calls 2

XLEShortFieldClass · 0.90
UUIDFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…