Beacon start cmd parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint8_t | beacon_slot |
Slot number of the beacon to set the payload for. More... | |
uint8_t | data [BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH] |
Beacon payload. More... | |
Beacon start cmd parameters.
Definition at line 211 of file serial_cmd.h.
uint8_t serial_cmd_device_beacon_start_t::beacon_slot |
Slot number of the beacon to set the payload for.
Definition at line 213 of file serial_cmd.h.
uint8_t serial_cmd_device_beacon_start_t::data[BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH] |
Beacon payload.
Definition at line 214 of file serial_cmd.h.