zephyr/drivers/bluetooth/controller
Carles Cufi 90871a5e98 Bluetooth: Controller: Implement LE_RAND command
The LE_RAND HCI command was not filling in the rand array
with 8 random numbers as required by the spec.
Please note that the while() loop inside the command's
implementation can take up to hundreds of ms to execute.

Jira: ZEP-726

Change-Id: If27ff861ee5fa7842cd469e99d5bfa8ac47ac2fa
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-09-14 08:45:45 +03:00
..
hal Bluetooth: Controller: Use BT_ASSERT instead of custom impl. 2016-09-14 08:45:45 +03:00
hci Bluetooth: Controller: Implement LE_RAND command 2016-09-14 08:45:45 +03:00
ll Bluetooth: Controller: Use BT_ASSERT instead of custom impl. 2016-09-14 08:45:45 +03:00
util Bluetooth: Controller: Fix coding style in ctrl.c, util/ and main.c 2016-09-07 08:17:26 +03:00
Kconfig Bluetooth: Controller: Measure and use correct stack size 2016-09-07 08:17:26 +03:00
main.c Bluetooth: Controller: Use BT_ASSERT instead of custom impl. 2016-09-14 08:45:45 +03:00
Makefile Bluetooth: Controller: Add BLE controller driver 2016-09-07 08:17:26 +03:00