liblineage.wiki.data_types.bluetooth_data
Classes
|
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
- classmethod from_data(data: Dict | None) BluetoothData | None
Create a Bluetooth information object from YAML data.