Add support for BLE notification (ANS client).

Work In Progress!!!
This commit is contained in:
JF
2020-03-25 21:23:40 +01:00
parent 7e9a7e4d5f
commit 68240704c7
13 changed files with 346 additions and 12 deletions

View File

@@ -1322,7 +1322,15 @@
#ifndef BLE_ANS_C_ENABLED
#define BLE_ANS_C_ENABLED 0
#define BLE_ANS_C_ENABLED 1
#endif
#ifndef BLE_ANS_C_LOG_ENABLED
#define BLE_ANS_C_LOG_ENABLED 1
#endif
#ifndef BLE_ANS_C_LOG_LEVEL
#define BLE_ANS_C_LOG_LEVEL 4
#endif
// <q> BLE_BAS_C_ENABLED - ble_bas_c - Battery Service Client
@@ -8532,7 +8540,7 @@
// <4=> Debug
#ifndef NRF_LOG_DEFAULT_LEVEL
#define NRF_LOG_DEFAULT_LEVEL 3
#define NRF_LOG_DEFAULT_LEVEL 4
#endif
// <q> NRF_LOG_DEFERRED - Enable deffered logger.