|
Dawn Framework 1.0
Universal data acquisition framework for embedded systems
|
BLE advertisement management and GAP interface. More...
#include <adv.hxx>
Static Public Attributes | |
| static uint16_t | CONN_ITVL_MIN = CONFIG_DAWN_PROTO_NIMBLE_CONN_ITVL_MIN |
| Preferred connection interval (units of 1.25ms); 0 leaves it untouched. | |
| static char | gapName [GAPNAME_MAX+1] = "DAWN NimBLE" |
| GAP device name visible during BLE discovery. | |
| static size_t | GAPNAME_MAX |
| Max GAP device name length (excluding null). | |
| static uint8_t | ownAddrType = 0 |
| BLE device address type (random/static/public). | |
BLE advertisement management and GAP interface.
This class handles BLE advertisement packet configuration and the GAP (Generic Access Profile) layer.