|
ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Initial configuration for advertisement. PHY will be transferred to GATT.
More...
#include <ruuvi_task_advertisement.h>
Data Fields | |
| ri_radio_channels_t | channels |
| Radio channels, typically 37, 38, and/or 39. | |
| uint16_t | adv_interval_ms |
| ms / advertisement, not counting random delay | |
| int8_t | adv_pwr_dbm |
| Power to antenna, dBm. | |
| bool | is_rx_le_1m_phy_enabled |
| True if 1 MBit/s PHY is enabled in receiver. | |
| bool | is_rx_le_2m_phy_enabled |
| True if 2 MBit/s PHY is enabled in receiver. | |
| bool | is_rx_le_coded_phy_enabled |
| True if 125 kBit/s PHY is enabled in receiver. | |
| uint16_t | manufacturer_id |
| BLE SIG id of board manufacturer. | |
| uint8_t | max_adv_length |
| Maximum length of advertisement data. | |
Initial configuration for advertisement. PHY will be transferred to GATT.
Definition at line 58 of file ruuvi_task_advertisement.h.
| uint16_t adv_interval_ms |
ms / advertisement, not counting random delay
Definition at line 61 of file ruuvi_task_advertisement.h.
| int8_t adv_pwr_dbm |
Power to antenna, dBm.
Definition at line 62 of file ruuvi_task_advertisement.h.
| ri_radio_channels_t channels |
Radio channels, typically 37, 38, and/or 39.
Definition at line 60 of file ruuvi_task_advertisement.h.
| bool is_rx_le_1m_phy_enabled |
True if 1 MBit/s PHY is enabled in receiver.
Definition at line 63 of file ruuvi_task_advertisement.h.
| bool is_rx_le_2m_phy_enabled |
True if 2 MBit/s PHY is enabled in receiver.
Definition at line 64 of file ruuvi_task_advertisement.h.
| bool is_rx_le_coded_phy_enabled |
True if 125 kBit/s PHY is enabled in receiver.
Definition at line 65 of file ruuvi_task_advertisement.h.
| uint16_t manufacturer_id |
BLE SIG id of board manufacturer.
Definition at line 66 of file ruuvi_task_advertisement.h.
| uint8_t max_adv_length |
Maximum length of advertisement data.
Definition at line 67 of file ruuvi_task_advertisement.h.