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

Class EIR_LEBluetoothDeviceAddress

scapy/layers/bluetooth.py:1314–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312
1313
1314class EIR_LEBluetoothDeviceAddress(EIR_Element):
1315 name = "LE Bluetooth Device Address"
1316 fields_desc = [
1317 XBitField('reserved', 0, 7, tot_size=-1),
1318 BitEnumField('addr_type', 0, 1, end_tot_size=-1, enum={
1319 0x0: 'Public',
1320 0x1: 'Random'
1321 }),
1322 LEMACField('bd_addr', None)
1323 ]
1324
1325
1326class EIR_Appearance(EIR_Element):

Callers

nothing calls this directly

Calls 3

XBitFieldClass · 0.90
BitEnumFieldClass · 0.90
LEMACFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…