Home
last modified time | relevance | path

Searched refs:rtt_type (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c211 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY; in cmd_cs_test_simple()
317 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY; in cmd_create_config()
365 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY; in cmd_create_config()
367 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_32_BIT_SOUNDING; in cmd_create_config()
369 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_96_BIT_SOUNDING; in cmd_create_config()
371 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_32_BIT_RANDOM; in cmd_create_config()
373 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_64_BIT_RANDOM; in cmd_create_config()
375 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_96_BIT_RANDOM; in cmd_create_config()
377 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_128_BIT_RANDOM; in cmd_create_config()
Dbt.c1073 uint8_t rtt_type_idx = MIN(config->rtt_type, 7); in le_cs_config_created()
/Zephyr-latest/samples/bluetooth/channel_sounding/include/
Dcs_test_params.h22 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY; in test_params_get()
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h261 enum bt_conn_le_cs_rtt_type rtt_type; member
500 enum bt_conn_le_cs_rtt_type rtt_type; member
Dconn.h512 enum bt_conn_le_cs_rtt_type rtt_type; member
Dhci_types.h2658 uint8_t rtt_type; member
2694 uint8_t rtt_type; member
3594 uint8_t rtt_type; member
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c507 cp->rtt_type = params->rtt_type; in bt_le_cs_start_test()
831 config.rtt_type = evt->rtt_type; in bt_hci_le_cs_config_complete_event()
869 cp->rtt_type = params->rtt_type; in bt_le_cs_create_config()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c297 .rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY, in main()