Home
last modified time | relevance | path

Searched refs:vs_config (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c43 uint8_t vs_config_len, uint8_t *vs_config) in ll_configure_data_path() argument
48 ARG_UNUSED(vs_config); in ll_configure_data_path()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dbluetooth.h2541 const uint8_t *vs_config);
Dhci_types.h642 uint8_t vs_config[0]; member
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/include/
Dll.h173 uint8_t *vs_config);
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_core.c4282 const uint8_t *vs_config) in bt_configure_data_path() argument
4301 (void)memcpy(cp->vs_config, vs_config, vs_config_len); in bt_configure_data_path()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c636 uint8_t *vs_config; in configure_data_path() local
639 vs_config = &cmd->vs_config[0]; in configure_data_path()
645 vs_config); in configure_data_path()