This website requires JavaScript.
Explore
Help
Sign in
revil-O
/
platypush
Watch
1
Star
0
Fork
You've already forked platypush
0
forked from
platypush/platypush
Code
Pull requests
Activity
c0251ef2f7
platypush
/
platypush
/
plugins
/
bluetooth
/
__init__.py
4 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
[WIP] Big, big refactor of the Bluetooth integration. - Merged together Bluetooth legacy and BLE plugins and scanners. - Introduced Theengs as a dependency to infer BLE device types and create sub-entities appropriately. - Using `BluetoothDevice` and `BluetoothService` entities as the bread and butter for all the Bluetooth plugin's components. - Using a shared cache of devices and services between the legacy and BLE integrations, with merging/coalescing logic included. - Extended list of discoverable services to include all those officially supported by the Bluetooth specs. - Instantiate a separate pool of workers to discover services. - Refactor of the Bluetooth events - all of them are now instantiated from a single `BluetoothDevice` object.
2023-03-13 02:31:21 +01:00
from
.
_plugin
import
BluetoothPlugin
Added bluetooth plugin (see #89)
2019-12-11 18:05:17 +01:00
[WIP] Big, big refactor of the Bluetooth integration. - Merged together Bluetooth legacy and BLE plugins and scanners. - Introduced Theengs as a dependency to infer BLE device types and create sub-entities appropriately. - Using `BluetoothDevice` and `BluetoothService` entities as the bread and butter for all the Bluetooth plugin's components. - Using a shared cache of devices and services between the legacy and BLE integrations, with merging/coalescing logic included. - Extended list of discoverable services to include all those officially supported by the Bluetooth specs. - Instantiate a separate pool of workers to discover services. - Refactor of the Bluetooth events - all of them are now instantiated from a single `BluetoothDevice` object.
2023-03-13 02:31:21 +01:00
__all__
=
[
"
BluetoothPlugin
"
]
Copy permalink