Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h487 uint8_t min_main_mode_steps; member
Dconn.h499 uint8_t min_main_mode_steps; member
Dhci_types.h2689 uint8_t min_main_mode_steps; member
3589 uint8_t min_main_mode_steps; member
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c826 config.min_main_mode_steps = evt->min_main_mode_steps; in bt_hci_le_cs_config_complete_event()
864 cp->min_main_mode_steps = params->min_main_mode_steps; in bt_le_cs_create_config()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c292 .min_main_mode_steps = 2, in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c313 params.min_main_mode_steps = 0x05; in cmd_create_config()
351 params.min_main_mode_steps = strtoul(argv[j], NULL, 10); in cmd_create_config()
Dbt.c1100 rtt_type_str[rtt_type_idx], config->min_main_mode_steps, in le_cs_config_created()