Go to file
Mariusz Skamra e6d8bc3a59 Bluetooth: Use duplicate filtering policy in passive scanning
To limit the device_found function calls, passive scanning can
take advantage of Filter_Duplicates feature. For now, the stack
will be informed only if some new device will be found.

This solution requires a check if scan filter is used while adding
new address to connect to (bt_connect_le). If filter duplicates
is used (by active scan or passive scan), the scan should be
restarted to refresh scan results.

Change-Id: Ibf539e648288fdcd7a8119ec364cff2c97e4aab8
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:14:36 -05:00
arch Do not check for DO_CONSOLE_INIT, use Kconfig variables instead 2016-02-05 20:14:33 -05:00
doc Doc: Add information regarding application development. 2016-02-05 20:14:33 -05:00
drivers doxygen: change comment style to match javadoc 2016-02-05 20:14:33 -05:00
include net: Change the remaining doxygen comments to javadoc style 2016-02-05 20:14:35 -05:00
kernel doxygen: change comment style to match javadoc 2016-02-05 20:14:33 -05:00
lib/libc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
misc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
net Bluetooth: Use duplicate filtering policy in passive scanning 2016-02-05 20:14:36 -05:00
samples Bluetooth: Add simple advertise command to shell app 2016-02-05 20:14:35 -05:00
scripts SysGen: remove support for USERDRIVER 2016-02-05 20:14:33 -05:00
shared/include/nanokernel/x86 doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile
Makefile.inc
zephyr-env.sh