adafruit_ble_creation
Friendlier device discovery using Creation IDs
Author(s): Scott Shawcroft
Implementation Notes
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://github.com/adafruit/circuitpython/releases
- class adafruit_ble_creation.Creation(*, creation_id=None, services=[], entry=None)
Advertise what services that the device makes available upon connection.
Create an empty advertising packet or one from a ScanEntry.
- match_prefixes = (b'\xff"\x08\n\x04\x00',)
For Advertisement,
match_prefixes
will always returnTrue
. Subclasses may override this value.
- services
List of services the device can provide.