Home
last modified time | relevance | path

Searched refs:min_ctlr_delay (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c289 zassert_equal(sys_get_le24(rp->min_ctlr_delay), MIN_CTLR_DELAY, in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h998 uint8_t min_ctlr_delay[3]; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1301 sys_put_le24(min_delay, rp->min_ctlr_delay); in read_ctlr_delay()