Searched full:reflector (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/samples/bluetooth/channel_sounding/connected_cs/reflector/ |
D | sample.yaml | 2 name: Bluetooth Channel Sounding - Reflector 4 sample.bluetooth.channel_sounding.connected_cs.reflector:
|
/Zephyr-latest/samples/bluetooth/channel_sounding/cs_test/reflector/ |
D | sample.yaml | 2 name: Bluetooth Channel Sounding Test - Reflector 4 sample.bluetooth.channel_sounding.cs_test.reflector:
|
/Zephyr-latest/samples/bluetooth/channel_sounding/ |
D | README.rst | 53 reflector application. 59 Reflector: 89 Estimated distance to reflector: 96 Reflector: 120 Estimated distance to reflector:
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 69 /** 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 */
|
D | conn.h | 311 /** Reflector role. */ 442 /** CS reflector role */
|
D | hci_types.h | 3686 /** Subevent result step data format: Mode 0 Reflector */
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | cs.c | 85 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> "
|
D | bt.c | 997 "- 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/ |
D | enc.c | 38 * and the reflector.
|
D | main.c | 47 /* declare and set wheel and reflector */
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | distance_estimation.c | 293 printk("Estimated distance to reflector:\n"); in estimate_distance()
|