src.bluetooth_sig.types.advertising¶
BLE Advertising data types and parsing utilities.
- This package contains types organised by category:
pdu: PDU-level structures (PDUType, BLEAdvertisingPDU, headers)
extended: Extended advertising fields (CTE, ADI, AuxPtr, SyncInfo)
flags: BLE advertising flags
features: LE supported features
ad_structures: Parsed AD structure categories
builder: Advertisement data encoding and building
result: Final composed advertising data types
indoor_positioning: Indoor Positioning AD type (0x25)
transport_discovery: Transport Discovery Data AD type (0x26)
channel_map_update: Channel Map Update Indication AD type (0x28)
three_d_information: 3D Information Data AD type (0x3D)
Submodules¶
- src.bluetooth_sig.types.advertising.ad_structures
- src.bluetooth_sig.types.advertising.builder
- src.bluetooth_sig.types.advertising.channel_map_update
- src.bluetooth_sig.types.advertising.extended
- src.bluetooth_sig.types.advertising.features
- src.bluetooth_sig.types.advertising.flags
- src.bluetooth_sig.types.advertising.indoor_positioning
- src.bluetooth_sig.types.advertising.pdu
- src.bluetooth_sig.types.advertising.result
- src.bluetooth_sig.types.advertising.three_d_information
- src.bluetooth_sig.types.advertising.transport_discovery