Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c57 uint8_t vs_config_len, uint8_t *vs_config) in ll_configure_data_path() argument
61 ARG_UNUSED(vs_config); in ll_configure_data_path()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2659 const uint8_t *vs_config);
Dhci_types.h814 uint8_t vs_config[0]; member
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h179 uint8_t *vs_config);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4669 const uint8_t *vs_config) in bt_configure_data_path() argument
4688 (void)memcpy(cp->vs_config, vs_config, vs_config_len); in bt_configure_data_path()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c637 uint8_t *vs_config; in configure_data_path() local
640 vs_config = &cmd->vs_config[0]; in configure_data_path()
646 vs_config); in configure_data_path()