liblineage.wiki.data_types.bluetooth_data

Classes

BluetoothData(spec[, profiles])

LineageOS Bluetooth information.

class liblineage.wiki.data_types.bluetooth_data.BluetoothData(spec: str, profiles: List[str] | None = None)

LineageOS Bluetooth information.

Attributes: - spec: Bluetooth specification - profiles: Bluetooth profile

__init__(spec: str, profiles: List[str] | None = None)

Initialize the Bluetooth information.

classmethod from_data(data: Dict | None) BluetoothData | None

Create a Bluetooth information object from YAML data.