1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/nimble/autoconn
Francisco Molina 3361f92202 pkg/nimble/autoconn: stop scan/adv on NETIF_ABORT_SLAVE
When a connection is aborted and the node in question is a slave
then it can be advertising/scanning at the time. The incoming
event triggers the state to be changed to IDLE but ongoing adv/scan
which will cause 'nimble_netif_conn_start_adv' to fail to allocate
a handle as the netif will still be busy. Therefore when
stop scan/stop before switching the state.
2021-08-03 09:21:47 +02:00
..
include pkg/nimble/autoconn: allow conn interval range 2021-06-17 14:10:16 +02:00
Makefile pkg/nimble: add 'autoconn' connection manager 2019-11-13 12:59:35 +01:00
nimble_autoconn.c pkg/nimble/autoconn: stop scan/adv on NETIF_ABORT_SLAVE 2021-08-03 09:21:47 +02:00