ble_escs_init_params_t Struct Reference

EddyStone Configuration Service environment variable. More...

#include <escs.h>

Data Fields

uint8_t active_slot_no
 
uint8_t lock_state
 
uint16_t adv_interval
 
int8_t slot_tx_power [APP_MAX_ADV_SLOTS]
 
int8_t adv_tx_power
 
bool remain_connectable
 
slot_lock_code_t beacon_lock_code
 

Detailed Description

EddyStone Configuration Service environment variable.

Field Documentation

◆ active_slot_no

uint8_t ble_escs_init_params_t::active_slot_no

curret active slot number.

◆ adv_interval

uint16_t ble_escs_init_params_t::adv_interval

advertising interval.

◆ adv_tx_power

int8_t ble_escs_init_params_t::adv_tx_power

advertised tx Power.

◆ beacon_lock_code

slot_lock_code_t ble_escs_init_params_t::beacon_lock_code

beacon lock code.

◆ lock_state

uint8_t ble_escs_init_params_t::lock_state

beacon lock state.

◆ remain_connectable

bool ble_escs_init_params_t::remain_connectable

whether to remain connectable.

◆ slot_tx_power

int8_t ble_escs_init_params_t::slot_tx_power[APP_MAX_ADV_SLOTS]

radio tx power.


The documentation for this struct was generated from the following file: