Skip to content

Expose ADAFRUIT_COMPANY_ID and MANUFACTURING_DATA_ADT #83

Closed
@kevinjwalters

Description

@kevinjwalters

_MANUFACTURING_DATA_ADT and _ADAFRUIT_COMPANY_ID are defined in

_MANUFACTURING_DATA_ADT = const(0xFF)
_ADAFRUIT_COMPANY_ID = const(0x0822)
as 0xFF and 0x0822, respectively. The underscore prefix in conjunction with the use of const() (@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions