We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d259e commit b6d32b9Copy full SHA for b6d32b9
subsys/bluetooth/controller/ll_sw/ull_scan.c
@@ -610,6 +610,9 @@ uint8_t ull_scan_enable(struct ll_scan_set *scan)
610
ret_cb = TICKER_STATUS_BUSY;
611
612
#if defined(CONFIG_BT_TICKER_EXT)
613
+#if defined(CONFIG_BT_TICKER_EXT_EXPIRE_INFO)
614
+ ll_scan_ticker_ext[handle].expire_info_id = TICKER_NULL;
615
+#endif /* CONFIG_BT_TICKER_EXT_EXPIRE_INFO */
616
ret = ticker_start_ext(
617
#else
618
ret = ticker_start(
0 commit comments