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

Class EIR_ServiceData32BitUUID

scapy/layers/bluetooth.py:1391–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389
1390
1391class EIR_ServiceData32BitUUID(EIR_Element):
1392 name = 'EIR Service Data - 32-bit UUID'
1393 fields_desc = [
1394 XLEIntField('svc_uuid', 0),
1395 ]
1396
1397 def extract_padding(self, s):
1398 # Needed to end each EIR_Element packet and make PacketListField work.
1399 plen = EIR_Element.length_from(self) - 4
1400 return s[:plen], s[plen:]
1401
1402
1403class EIR_ServiceData128BitUUID(EIR_Element):

Callers

nothing calls this directly

Calls 1

XLEIntFieldClass · 0.90

Tested by

no test coverage detected