Home
last modified time | relevance | path

Searched full:reflector (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/samples/bluetooth/channel_sounding/connected_cs/reflector/
Dsample.yaml2 name: Bluetooth Channel Sounding - Reflector
4 sample.bluetooth.channel_sounding.connected_cs.reflector:
/Zephyr-latest/samples/bluetooth/channel_sounding/cs_test/reflector/
Dsample.yaml2 name: Bluetooth Channel Sounding Test - Reflector
4 sample.bluetooth.channel_sounding.cs_test.reflector:
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst53 reflector application.
59 Reflector:
89 Estimated distance to reflector:
96 Reflector:
120 Estimated distance to reflector:
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h69 /** Enable CS reflector role. */
103 /** Initiator and reflector tones sent without tone extension */
105 /** Initiator tone sent with extension, reflector tone sent without tone extension */
107 /** Initiator tone sent without extension, reflector tone sent with tone extension */
109 /** Initiator and reflector tones sent with tone extension */
358 /** Reflector SNR control options */
423 /** Access Address used in CS_SYNC packets sent by the reflector. */
628 * of either the initiator or reflector.
631 * the test. At the beginning of any test, the IUT in the reflector role shall
798 /* Reflector SNR control adjustment */
Dconn.h311 /** Reflector role. */
442 /** CS reflector role */
Dhci_types.h3686 /** Subevent result step data format: Mode 0 Reflector */
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c85 shell_error(sh, "Could not parse input 2, Enable reflector role"); in cmd_set_default_settings()
302 } else if (!strcmp(argv[3], "reflector")) { in cmd_create_config()
469 "- Reflector role supported: %s\n" in cmd_read_local_supported_capabilities()
701 "<Enable initiator role: true, false> <Enable reflector role: true, false> "
705 SHELL_CMD_ARG(start_simple_cs_test, NULL, "<Role selection (initiator, reflector): 0, 1>",
710 "<id> <context: local-only, local-remote> <role: initiator, reflector> "
Dbt.c997 "- Reflector role supported: %s\n" in print_remote_cs_capabilities()
1060 const char *role_str[3] = {"Initiator", "Reflector", "Invalid"}; in le_cs_config_created()
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.c38 * and the reflector.
Dmain.c47 /* declare and set wheel and reflector */
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c293 printk("Estimated distance to reflector:\n"); in estimate_distance()