|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Lockstep helper. More...
#include <zephyr/drivers/bluetooth/hci_lockstep.h>
Data Fields | |
| k_timeout_t | timeout |
| Command timeout. | |
Lockstep helper.
Initialize with bt_hci_lockstep_init() before use.
| k_timeout_t bt_hci_lockstep::timeout |
Command timeout.
Total time bt_hci_lockstep_cmd_send_sync() waits for the controller to allow the command and then to respond to it. bt_hci_lockstep_init() sets it to 10 seconds, the Bluetooth Host's own command timeout; a driver may change it afterwards.