Add support for BLE notification (ANS client).
Work In Progress!!!
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user