mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-14 17:45:21 +00:00
In order to reuse code, the reset() function is used both to handle the reset HCI command but also to initialize the internal HCI variables when bringing up the system. In the latter case, avoid setting the reset bit in the state atomic and signalling the polling API, since that is not required during initialization. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
hci_driver.c | ||
hci_internal.h | ||
hci.c | ||
Makefile |