Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h74 uint32_t *max_delay);
Dhci.c1259 uint32_t *max_delay) in hci_vendor_read_ctlr_delay() argument
1270 *max_delay = 0x3D0900; /* 4 seconds, maximum value allowed by spec */ in hci_vendor_read_ctlr_delay()
1283 uint32_t max_delay; in read_ctlr_delay() local
1297 &max_delay); in read_ctlr_delay()
1302 sys_put_le24(max_delay, rp->max_ctlr_delay); in read_ctlr_delay()
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c231 uint32_t *max_delay) in hci_vendor_read_ctlr_delay() argument
252 *max_delay = MAX_CTLR_DELAY; in hci_vendor_read_ctlr_delay()