Go to file
Carles Cufi 045f076e5e Bluetooth: Use event masks instead of bits in controller and host
To avoid having to define a BIT64() macro in a public namespace, use
instead masks directly instead of bits, and also refactor the host code
so that it uses those instead of the earlier byte array with hardcoded
indices and masks.

Change-id: Ief03db616a96df65349d24289b62566a268ffdd0
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-04-20 08:58:09 +03:00
.known-issues
arch spell: fix doxygen comment typos: /arch 2017-04-19 18:38:43 +00:00
boards spell: fix doxygen comment typos: /boards /samples 2017-04-19 18:38:19 +00:00
doc
drivers spell: fix doxygen comment typos: /drivers 2017-04-19 10:45:34 -07:00
dts
ext
include Bluetooth: Use event masks instead of bits in controller and host 2017-04-20 08:58:09 +03:00
kernel kernel: rename nanoArchInit->kernel_arch_init 2017-04-19 10:59:35 -05:00
lib
misc kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
samples spell: fix doxygen comment typos: /boards /samples 2017-04-19 18:38:19 +00:00
scripts kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
subsys Bluetooth: Use event masks instead of bits in controller and host 2017-04-20 08:58:09 +03:00
tests Bluetooth: AT: Unit: Fixup include search path 2017-04-20 08:58:09 +03:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Makefile.inc kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Makefile.test
zephyr-env.sh