Electronic Shelf Label Service sync parameter format. More...
#include <esls.h>
Collaboration diagram for esls_ap_sync_param_t:Public Attributes | |
| ESL_SYNC_STATE_T | sync_state |
| ESL Service state machine. More... | |
| bool | config_flag |
| ESL Service sync paramter config flag. More... | |
| uint8_t | sync_idx |
| ESL Service sync index. More... | |
| uint16_t | sync_to |
| ESL Service sync timeout. More... | |
| ble_gap_bdaddr_t | target_addr |
| ESL Service sync peer device bd addr. More... | |
| uint16_t | target_id_len |
| ESL Service sync peer device target id length. More... | |
| char | target_id [128] |
| ESL Service sync peer device target id. More... | |
| bool esls_ap_sync_param_t::config_flag |
| uint8_t esls_ap_sync_param_t::sync_idx |
| ESL_SYNC_STATE_T esls_ap_sync_param_t::sync_state |
| uint16_t esls_ap_sync_param_t::sync_to |
| ble_gap_bdaddr_t esls_ap_sync_param_t::target_addr |
| char esls_ap_sync_param_t::target_id[128] |
| uint16_t esls_ap_sync_param_t::target_id_len |