diff options
| author | JF <jf@codingfield.com> | 2019-12-21 16:58:00 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2019-12-21 16:58:00 (GMT) |
| commit | ecf307c559624fe82218e3acfc429d549f331075 (patch) | |
| tree | 95a09721e2015f5b4bc066cb272982b7bf87f10f /src/sdk_config.h | |
| parent | 528fc5661679feeef91e76d633c94c945bb0a3df (diff) | |
Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond.
WIP, the code is really ugly
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index 057d16b..5ed46ed 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -1401,7 +1401,11 @@ #ifndef BLE_CTS_C_ENABLED -#define BLE_CTS_C_ENABLED 0 +#define BLE_CTS_C_ENABLED 1 +#endif + +#ifndef BLE_DB_DISCOVERY_ENABLED +#define BLE_DB_DISCOVERY_ENABLED 1 #endif // <q> BLE_DIS_ENABLED - ble_dis - Device Information Service |
