|
ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
#include "ruuvi_interface_communication_radio.h"Go to the source code of this file.
Macros | |
| #define | RI_TEST_ADV_FAST (100U) |
| Fastest allowed interval for connectable advertising. | |
| #define | RI_TEST_ADV_TOO_FAST (99U) |
| Interval shorter than allowed for non-connectable advertising. | |
| #define | RI_TEST_ADV_TOO_SLOW (10001U) |
| Interval longer than allowed for non-connectable advertising. | |
| #define | RI_ADV_RND_DELAY (10U) |
| Maximum random delay in adv interval. | |
| #define | RI_TEST_ADV_SCAN_INTERVAL (200U) |
| Scan interval for test. | |
| #define | RI_TEST_ADV_SCAN_WINDOW (100U) |
| Scan window for test. | |
| #define | RI_TEST_ADV_SCAN_CH_NUM (3U) |
| Number of channels to scan. | |
Functions | |
| bool | ri_communication_ble_advertising_run_integration_test (const rd_test_print_fp printfp, const ri_radio_modulation_t modulation) |
| Run advertising test. | |
Test implementation of BLE interface.
Definition in file ruuvi_interface_communication_ble_advertising_test.h.