mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-15 21:50:03 +00:00
MYNEWT-492 - Remove unused obsolete settings.
X-Original-Commit: cc8ead34b536f13ed20ab6ea10137550b2262c89
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user