Bumble is a Bluetooth stack written in Python for apps, emulation, testing, and experimentation. It supports Bluetooth Classic, BLE, and HCI. Current version: 0.0.229. Release cadence is irregular.
pip install bumbleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
A simple BLE scanner that prints advertisements for 5 seconds.
Pin exact version in requirements.txt or check the changelog before upgrading.
Change imports to 'from bumble.core import Device'.
Always use asyncio.run() or await inside async functions; never call async methods without await.