|
@ -15,6 +15,7 @@ |
|
|
#include "nrf.h" |
|
|
#include "nrf.h" |
|
|
#include "nrf_ble_gatt.h" |
|
|
#include "nrf_ble_gatt.h" |
|
|
#include "nrf_ble_qwr.h" |
|
|
#include "nrf_ble_qwr.h" |
|
|
|
|
|
#include "nrf_drv_spi.h" |
|
|
#include "nrf_log.h" |
|
|
#include "nrf_log.h" |
|
|
#include "nrf_log_ctrl.h" |
|
|
#include "nrf_log_ctrl.h" |
|
|
#include "nrf_log_default_backends.h" |
|
|
#include "nrf_log_default_backends.h" |
|
@ -22,6 +23,7 @@ |
|
|
#include "nrf_sdh.h" |
|
|
#include "nrf_sdh.h" |
|
|
#include "nrf_sdh_ble.h" |
|
|
#include "nrf_sdh_ble.h" |
|
|
#include "nrf_sdh_soc.h" |
|
|
#include "nrf_sdh_soc.h" |
|
|
|
|
|
|
|
|
// |
|
|
// |
|
|
#include "version.h" |
|
|
#include "version.h" |
|
|
#define APP_BLE_CONN_CFG_TAG 1 /**< A tag identifying the SoftDevice BLE configuration. */ |
|
|
#define APP_BLE_CONN_CFG_TAG 1 /**< A tag identifying the SoftDevice BLE configuration. */ |
|
|