Home
last modified time | relevance | path

Searched refs:enable_initiator_role (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_reflector.c196 .enable_initiator_role = false, in main()
Dconnected_cs_initiator.c261 .enable_initiator_role = true, in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h68 bool enable_initiator_role; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c75 params.enable_initiator_role = shell_strtobool(argv[1], 10, &err); in cmd_set_default_settings()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c427 if (params->enable_initiator_role) { in bt_le_cs_set_default_settings()