Home
last modified time | relevance | path

Searched refs:codec_config_len (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c228 uint8_t codec_config_len, in hci_vendor_read_ctlr_delay() argument
244 zassert_equal(codec_config_len, sizeof(read_delay_codec_config), in hci_vendor_read_ctlr_delay()
247 codec_config_len), 0, in hci_vendor_read_ctlr_delay()
277 cp->codec_config_len = sizeof(read_delay_codec_config); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h71 uint8_t codec_config_len,
Dhci.c1256 uint8_t codec_config_len, in hci_vendor_read_ctlr_delay() argument
1266 ARG_UNUSED(codec_config_len); in hci_vendor_read_ctlr_delay()
1294 cmd->codec_config_len, in read_ctlr_delay()
2364 controller_delay, cmd->codec_config_len, in le_setup_iso_path()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h193 uint8_t codec_config_len, uint8_t *codec_config);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c217 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument
386 if (codec_config_len && in ll_setup_iso_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h993 uint8_t codec_config_len; member
2280 uint8_t codec_config_len; member
/Zephyr-latest/subsys/bluetooth/host/
Diso.c222 cp->codec_config_len = path->cc_len; in hci_le_setup_iso_data_path()