Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Lockstep helper. More...

#include <zephyr/drivers/bluetooth/hci_lockstep.h>

Data Fields

k_timeout_t timeout
 Command timeout.

Detailed Description

Lockstep helper.

Initialize with bt_hci_lockstep_init() before use.

Field Documentation

◆ timeout

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.


The documentation for this struct was generated from the following file: