platypush/platypush/plugins/bluetooth/_ble
Fabio Manganiello 2f49ddf33a
Fallback logic that uses DBus to disconnect from a BT device.
This logic will be used if the connection wasn't opened by the current
process and therefore a call to DBus is required to terminate it.
2023-03-24 01:57:05 +01:00
..
_plugins `switchbot.bluetooth` integration migrated to a `bluetooth` plugin. 2023-03-23 17:46:54 +01:00
__init__.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_cache.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_connection.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_event_handler.py Refresh `BluetoothDevice.reachable` when a device is found/lost. 2023-03-24 01:56:19 +01:00
_manager.py Fallback logic that uses DBus to disconnect from a BT device. 2023-03-24 01:57:05 +01:00
_mappers.py Added support for custom Bluetooth device plugins. 2023-03-23 17:10:37 +01:00