Eddystone-UID beacon data.
Data Fields | |
beacon_id_t | beacon_id |
16-byte Beacon ID. More... | |
at_ble_tx_power_level_t | radio_tx_power |
Radio TX power to be set in the device to achieve the above TX power at 0 meters. More... | |
int8_t | tx_power_0m |
Tx power at 0 meters, in dBm; Valid range [-100 dBm, +20 dBm]. More... | |
beacon_id_t esuid_data_t::beacon_id |
16-byte Beacon ID.
Referenced by eddystone_create_uid_frame(), eddystone_set_beacon_id(), and esuid_data_reset().
at_ble_tx_power_level_t esuid_data_t::radio_tx_power |
Radio TX power to be set in the device to achieve the above TX power at 0 meters.
Referenced by eddystone_create_uid_frame(), eddystone_set_uid_calib_tx_power(), and esuid_data_reset().
int8_t esuid_data_t::tx_power_0m |
Tx power at 0 meters, in dBm; Valid range [-100 dBm, +20 dBm].
Referenced by eddystone_create_uid_frame(), eddystone_set_uid_calib_tx_power(), and esuid_data_reset().