You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as 0xFF and 0x0822, respectively. The underscore prefix in conjunction with the use ofconst() (@dhalbert clarified this) makes them truly private and unusable from elsewhere.
These reference values would be useful to expose from somewhere in adafruit_ble library for other code which is creating packets, e.g.
_MANUFACTURING_DATA_ADT
and_ADAFRUIT_COMPANY_ID
are defined inAdafruit_CircuitPython_BLE/adafruit_ble/advertising/adafruit.py
Lines 43 to 44 in 5d58457
0xFF
and0x0822
, respectively. The underscore prefix in conjunction with the use ofconst()
(@dhalbert clarified this) makes them truly private and unusable from elsewhere.These reference values would be useful to expose from somewhere in
adafruit_ble library
for other code which is creating packets, e.g.These currently have their own local variables with these values.
The text was updated successfully, but these errors were encountered: