diff options
| author | JF <jf@codingfield.com> | 2019-12-26 11:06:12 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2019-12-26 11:06:12 (GMT) |
| commit | 9a379e180fd855dac2a9fe6b4532d95276edab0b (patch) | |
| tree | 236ad0dfafd819b2f09835bccf855d90a5b1663b /src/sdk_config.h | |
| parent | 528fc5661679feeef91e76d633c94c945bb0a3df (diff) | |
| parent | 598c42dfbe88fcbcc9e8cba29b2b2b07ace79bad (diff) | |
Merge branch 'ble-cts' of JF/PineTime into master
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 |
