mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 03:35:22 +00:00
This state will be used for connection establishment during passive scan. This additional state is necessary, because only one connection can be in BT_CONN_CONNECT state (LE Create Connection has been sent). It's because the LE Create Connection Cancel looks for connection in this state (we cannot look by address, if some controllers respond with LE Create Connection with address set to 00:00:00:00:00:00). If connection is BT_CONN_CONNECT_SCAN state it means that we wait for an advertisement from remote to send LE Create Connection and then we can change the bt_conn state to BT_CONN_CONNECT. Change-Id: I48b0352fe08e438f7bfbb1dd12de3d1719f994d8 Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com> |
||
---|---|---|
arch | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib/libc | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |