Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h489 uint8_t max_main_mode_steps; member
Dconn.h501 uint8_t max_main_mode_steps; member
Dhci_types.h2690 uint8_t max_main_mode_steps; member
3590 uint8_t max_main_mode_steps; member
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c827 config.max_main_mode_steps = evt->max_main_mode_steps; in bt_hci_le_cs_config_complete_event()
865 cp->max_main_mode_steps = params->max_main_mode_steps; in bt_le_cs_create_config()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c293 .max_main_mode_steps = 10, in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c314 params.max_main_mode_steps = 0x0A; in cmd_create_config()
357 params.max_main_mode_steps = strtoul(argv[j], NULL, 10); in cmd_create_config()
Dbt.c1101 config->max_main_mode_steps, config->main_mode_repetition, config->mode_0_steps, in le_cs_config_created()