Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci_internal.h71 uint8_t codec_config_len,
Dhci.c1243 uint8_t codec_config_len, in hci_vendor_read_ctlr_delay() argument
1253 ARG_UNUSED(codec_config_len); in hci_vendor_read_ctlr_delay()
1281 cmd->codec_config_len, in read_ctlr_delay()
2351 controller_delay, cmd->codec_config_len, in le_setup_iso_path()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/
Dll.h187 uint8_t codec_config_len, uint8_t *codec_config);
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_iso.c209 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument
378 if (codec_config_len && in ll_setup_iso_path()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h964 uint8_t codec_config_len; member
2251 uint8_t codec_config_len; member
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Diso.c248 cp->codec_config_len = path->cc_len; in hci_le_setup_iso_data_path()