Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_reflector.c197 .enable_reflector_role = true, in main()
Dconnected_cs_initiator.c262 .enable_reflector_role = false, in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h70 bool enable_reflector_role; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c82 params.enable_reflector_role = shell_strtobool(argv[2], 10, &err); in cmd_set_default_settings()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c431 if (params->enable_reflector_role) { in bt_le_cs_set_default_settings()