No description
Find a file
Carles Cufi 9d48ef5888 Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling
Continue using Zephyr's include/bluetooth/hci.h for HCI command
handling in more of the commands.
This commit deletes all command and command complete and
command status event definitions and structures present in
hci.c.
This is the sixth commit in a series that transitions from
the structures in hci.c to the ones in hci.h.

Jira: ZEP-726

Change-Id: I34635a1f55f3aef124fd5ff005c99cedb40b8a49
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-09-14 08:45:45 +03:00
.known-issues known-issues: clarify documentation on ignore blocks 2016-09-12 21:55:23 +00:00
arch unified/x86: add unified kernel support for x86 arch 2016-09-13 17:12:55 -04:00
boards quark_d2000/se: Don't setup GDT during initialization 2016-09-09 11:21:39 +00:00
doc doc: workaround for __deprecated functions 2016-09-13 19:17:32 +00:00
drivers Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling 2016-09-14 08:45:45 +03:00
ext drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include Bluetooth: log: Include nanokernel.h to use BT_ASSERT() 2016-09-14 08:45:45 +03:00
kernel unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
lib libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
misc unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
net Bluetooth: RFCOMM: Implement RX flow control 2016-09-14 08:45:45 +03:00
samples zperf_shell: add unified kernel string for unified kernel case 2016-09-13 17:12:55 -04:00
scripts unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
tests Bluetooth: tester: Add support for L2CAP send data command 2016-09-14 08:45:45 +03:00
usb usb: Allow to register and handle vendor specific commands 2016-09-12 00:43:31 +00:00
.checkpatch.conf checkpatch: do not check for min_t/max_t 2016-09-13 17:12:55 -04:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
defaults.tc TCF: specify ARCH when creating initconfig 2016-09-08 11:31:32 +00:00
Kbuild unified/build: adapt Kbuild for unified kernel 2016-09-13 17:12:55 -04:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: add Zoap section 2016-09-12 12:25:26 +00:00
Makefile win-build: fixes to build with alternative make implementations 2016-09-12 12:28:14 +00:00
Makefile.inc win-build: fixes to build with alternative make implementations 2016-09-12 12:28:14 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00