Go to file
Mariusz Skamra d699296a45 Bluetooth: Add passive scanning support
Part of General Connection Establishment Procedure.

Active scanning is enabled by task and has higher priority than
passive scan. If passive scan is running and task wants to enable
scan (active) scanning will be restarted in active mode. Passive
scan is enabled implitly while app calls bt_connect_le.
Instead of directly call hci_le_create_conn, it is called from
device_found if addr obtained from advertisement matches address
we want to connect. App calling bt_stop_scanning can only stop
active scan.

Change-Id: I01805c51f3d821bbd827af75e5d1d4350169241d
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:14:35 -05:00
arch
doc
drivers
include
kernel
lib/libc
misc
net Bluetooth: Add passive scanning support 2016-02-05 20:14:35 -05:00
samples
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile
Makefile.inc
zephyr-env.sh