ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_communication_ble_advertising_test.h
Go to the documentation of this file.
1 #ifndef RUUVI_INTERFACE_COMMUNICATION_BLE_ADVERTISING_TEST_H
2 #define RUUVI_INTERFACE_COMMUNICATION_BLE_ADVERTISING_TEST_H
4 
18 #define RI_TEST_ADV_FAST (100U)
19 #define RI_TEST_ADV_TOO_FAST (99U)
20 #define RI_TEST_ADV_TOO_SLOW (10001U)
21 #define RI_ADV_RND_DELAY (10U)
22 #define RI_TEST_ADV_SCAN_INTERVAL (200U)
23 #define RI_TEST_ADV_SCAN_WINDOW (100U)
24 #define RI_TEST_ADV_SCAN_CH_NUM (3U)
25 
42  printfp,
43  const ri_radio_modulation_t modulation);
44 
46 #endif
bool ri_communication_ble_advertising_run_integration_test(const rd_test_print_fp printfp, const ri_radio_modulation_t modulation)
Run advertising test.
ri_radio_modulation_t
type of radio modulation to be used.
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information