Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h73 uint32_t *min_delay,
Dhci.c1258 uint32_t *min_delay, in hci_vendor_read_ctlr_delay() argument
1269 *min_delay = 0; in hci_vendor_read_ctlr_delay()
1282 uint32_t min_delay; in read_ctlr_delay() local
1296 &min_delay, in read_ctlr_delay()
1301 sys_put_le24(min_delay, rp->min_ctlr_delay); in read_ctlr_delay()
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c230 uint32_t *min_delay, in hci_vendor_read_ctlr_delay() argument
251 *min_delay = MIN_CTLR_DELAY; in hci_vendor_read_ctlr_delay()