zephyr/subsys/bluetooth/controller/hci
Carles Cufi f7d313b154 Bluetooth: Controller: Add ASSERT info dump on HCI builds
When building Zephyr in the controller-only configuration,
assertions that happen in the Link Layer code are not visible
to the Host which is running on another HCI and connected via
UART or USB to it. This patch allows the Controller code
to output the assertion line number when in such a configuration,
allowing the Host to view the event to help debugging.

The event format used is temporary and will be replaced by a
standardized Vendor Specific specification to come at a later
time.

Change-Id: I013ca6783a3fdedc47b171132919dd4798c66285
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-11-11 07:59:15 +02:00
..
hci.c Bluetooth: Controller: Add ASSERT info dump on HCI builds 2016-11-11 07:59:15 +02:00
hci_driver.c Bluetooth: Controller: Use unified k_sem API for semaphore 2016-11-09 08:57:52 +02:00
hci_internal.h Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00