Searched refs:codec_config_len (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/hci_codecs_info/src/ |
D | main.c | 228 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/ |
D | hci_internal.h | 71 uint8_t codec_config_len,
|
D | hci.c | 1243 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/ |
D | ll.h | 187 uint8_t codec_config_len, uint8_t *codec_config);
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 209 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/ |
D | hci_types.h | 964 uint8_t codec_config_len; member 2251 uint8_t codec_config_len; member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | iso.c | 248 cp->codec_config_len = path->cc_len; in hci_le_setup_iso_data_path()
|