MYNEWT-492 - Remove unused obsolete settings.

X-Original-Commit: cc8ead34b536f13ed20ab6ea10137550b2262c89
This commit is contained in:
Christopher Collins
2017-03-02 17:43:10 -08:00
parent b65d57655a
commit 1a1637a6e5
2 changed files with 0 additions and 8 deletions
-3
View File
@@ -61,9 +61,6 @@ static struct os_event ble_hs_ev_start = {
uint8_t ble_hs_sync_state;
static int ble_hs_reset_reason;
#define BLE_HS_HEARTBEAT_OS_TICKS \
(MYNEWT_VAL(BLE_HS_HEARTBEAT_FREQ) * OS_TICKS_PER_SEC / 1000)
#define BLE_HS_SYNC_RETRY_RATE (OS_TICKS_PER_SEC / 10)
static struct os_task *ble_hs_parent_task;
-5
View File
@@ -34,11 +34,6 @@ syscfg.defs:
description: 'TBD'
value: 1
# Misc settings.
BLE_HS_HEARTBEAT_FREQ:
description: 'Milliseconds.'
value: 1000
# L2CAP settings.
BLE_L2CAP_MAX_CHANS:
description: 'TBD'