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

Class EIR_CompleteList32BitServiceUUIDs

scapy/layers/bluetooth.py:1068–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066
1067
1068class EIR_CompleteList32BitServiceUUIDs(EIR_Element):
1069 name = 'Complete list of 32-bit service UUIDs'
1070 fields_desc = [
1071 # https://www.bluetooth.com/specifications/assigned-numbers
1072 FieldListField('svc_uuids', None, XLEIntField('uuid', 0),
1073 length_from=EIR_Element.length_from)
1074 ]
1075
1076
1077class EIR_IncompleteList32BitServiceUUIDs(EIR_CompleteList32BitServiceUUIDs):

Callers

nothing calls this directly

Calls 2

FieldListFieldClass · 0.90
XLEIntFieldClass · 0.90

Tested by

no test coverage detected