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.c230 uint8_t codec_config_len, in hci_vendor_read_ctlr_delay() argument
246 zassert_equal(codec_config_len, sizeof(read_delay_codec_config), in hci_vendor_read_ctlr_delay()
249 codec_config_len), 0, in hci_vendor_read_ctlr_delay()
279 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.c1291 uint8_t codec_config_len, in hci_vendor_read_ctlr_delay() argument
1301 ARG_UNUSED(codec_config_len); in hci_vendor_read_ctlr_delay()
1329 cmd->codec_config_len, in read_ctlr_delay()
2399 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.c220 uint8_t codec_config_len, uint8_t *codec_config) in ll_setup_iso_path() argument
384 if (codec_config_len && in ll_setup_iso_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1017 uint8_t codec_config_len; member
2328 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()