Home
last modified time | relevance | path

Searched refs:controller_delay (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h192 uint16_t vs_codec_id, uint32_t controller_delay,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c216 uint16_t vs_codec_id, uint32_t controller_delay, in ll_setup_iso_path() argument
233 ARG_UNUSED(controller_delay); in ll_setup_iso_path()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2347 uint32_t controller_delay; in le_setup_iso_path() local
2359 controller_delay = sys_get_le24(cmd->controller_delay); in le_setup_iso_path()
2364 controller_delay, cmd->codec_config_len, in le_setup_iso_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2279 uint8_t controller_delay[3]; member
/Zephyr-latest/subsys/bluetooth/host/
Diso.c221 sys_put_le24(path->delay, cp->controller_delay); in hci_le_setup_iso_data_path()