|
Wirepas SDK
|
|
Go to the documentation of this file.
26 #ifndef APP_LIB_BEACON_TX_H_
27 #define APP_LIB_BEACON_TX_H_
38 #define APP_LIB_BEACON_TX_NAME 0x0cb930b8
43 #define APP_LIB_BEACON_TX_VERSION 0x200
50 #define APP_LIB_BEACON_TX_MIN_INTERVAL 100
57 #define APP_LIB_BEACON_TX_MAX_INTERVAL 60000
64 #define APP_LIB_BEACON_TX_DEFAULT_INTERVAL 1000
75 #define APP_LIB_BEACON_TX_MAX_INDEX 7
85 #define APP_LIB_BEACON_TX_MAX_NUM_BYTES (38)
235 const uint8_t *bytes,
app_res_e(* app_lib_beacon_tx_set_beacon_power_f)(uint8_t index, int8_t *power_p)
@ APP_LIB_BEACON_TX_CHANNELS_37_38_39
app_res_e(* app_lib_beacon_tx_clear_beacons_f)(void)
app_res_e(* app_lib_beacon_tx_set_beacon_contents_f)(uint_fast8_t index, const uint8_t *bytes, size_t num_bytes)
app_lib_beacon_tx_enable_beacons_f enableBeacons
@ APP_LIB_BEACON_TX_CHANNELS_38
app_lib_beacon_tx_set_beacon_interval_f setBeaconInterval
app_lib_beacon_tx_set_beacon_contents_f setBeaconContents
app_res_e(* app_lib_beacon_tx_set_beacon_channels_f)(uint8_t index, app_lib_beacon_tx_channels_mask_e mask)
@ APP_LIB_BEACON_TX_CHANNELS_39
@ APP_LIB_BEACON_TX_CHANNELS_37_39
app_lib_beacon_tx_channels_mask_e
@ APP_LIB_BEACON_TX_CHANNELS_37
app_res_e(* app_lib_beacon_tx_set_beacon_interval_f)(uint32_t interval)
@ APP_LIB_BEACON_TX_CHANNELS_38_39
@ APP_LIB_BEACON_TX_CHANNELS_37_38
app_lib_beacon_tx_set_beacon_channels_f setBeaconChannels
app_lib_beacon_tx_set_beacon_power_f setBeaconPower
app_lib_beacon_tx_clear_beacons_f clearBeacons
@ APP_LIB_BEACON_TX_CHANNELS_ALL
app_res_e(* app_lib_beacon_tx_enable_beacons_f)(bool enabled)