|
ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
#include "ruuvi_driver_error.h"#include "ruuvi_interface_communication_radio.h"#include "ruuvi_interface_communication.h"#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | TEST_GATT_PACKET_LEN (20U) |
| Bytes of GATT test packet. | |
| #define | TEST_GATT_PACKET_NUM (10000U) |
| Number of packets to send in throughput test. | |
Functions | |
| bool | ri_communication_ble_gatt_run_integration_test (const rd_test_print_fp printfp, const ri_radio_modulation_t modulation) |
Test implementation of BLE interface.
Definition in file ruuvi_interface_communication_ble_gatt_test.h.