summaryrefslogtreecommitdiff
path: root/net/nimble/host/src/ble_hs_startup.c
diff options
context:
space:
mode:
authorChristopher Collins <ccollins@apache.org>2016-04-05 14:55:48 -0700
committerChristopher Collins <ccollins@apache.org>2016-04-05 17:36:31 -0700
commit5bf00b0c3c7648b043a69bd9a82a43f2659c03b7 (patch)
treed2537167b44e964dc62a2efe7dc4d7fe2f1164b0 /net/nimble/host/src/ble_hs_startup.c
parenta4ffe8572c44eeb8e20fd80de8bc39345952eb79 (diff)
ble host: use one 1hz timer for lazy procedures.
Diffstat (limited to 'net/nimble/host/src/ble_hs_startup.c')
-rw-r--r--net/nimble/host/src/ble_hs_startup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nimble/host/src/ble_hs_startup.c b/net/nimble/host/src/ble_hs_startup.c
index c2d27f6e..b7cefb69 100644
--- a/net/nimble/host/src/ble_hs_startup.c
+++ b/net/nimble/host/src/ble_hs_startup.c
@@ -209,6 +209,8 @@ ble_hs_startup_set_evmask_tx(void *arg)
BLE_HS_STARTUP_STATE_SET_EVMASK);
ble_hci_sched_set_ack_cb(ble_hs_startup_gen_ack, NULL);
+
+ /* Default set + LE-meta event. */
rc = host_hci_cmd_set_event_mask(0x20001fffffffffff);
if (rc != 0) {
return rc;