nRF51 SDK
|
Data Fields | |
uint32_t | status |
struct { | |
uint32_t link_period: 3 | |
bool is_pairing_enabled: 1 | |
bool is_upload_enabled: 1 | |
bool is_data_available: 1 | |
bool __pad0__: 2 | |
} | parameters |
struct { | |
uint32_t link_period: 3 | |
bool is_pairing_enabled: 1 | |
bool is_upload_enabled: 1 | |
bool is_data_available: 1 | |
bool __pad0__: 2 | |
} | parameters |
uint32_t status |
Beacon status byte 1.
uint32_t link_period |
Beacon period (0.5 - 8 Hz).
bool is_pairing_enabled |
Pairing is enabled/disabled.
bool is_upload_enabled |
Upload is enabled/disabled.
bool is_data_available |
Data is available for download / no data available.
bool __pad0__ |
Reserved.