Home
last modified time | relevance | path

Searched refs:c_to_p_latency (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c188 param->c_to_p_latency = latency_ms; /* ms */ in set_cig_defaults()
258 param->c_to_p_latency = 20; /* ms */ in reconfigure_cig_latency()
259 param->p_to_c_latency = param->c_to_p_latency; in reconfigure_cig_latency()
267 param->c_to_p_latency = 30; /* ms */ in reconfigure_cig_latency()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c132 .c_to_p_latency = DEFAULT_CIS_LATENCY_MS, /* milliseconds */
592 cig_create_param.c_to_p_latency : cig_create_param.p_to_c_latency; in parse_latency_arg()
837 int c_to_p_latency; in parse_cig_args() local
864 c_to_p_latency = parse_latency_arg(DIR_C_TO_P); in parse_cig_args()
865 if (c_to_p_latency < 0) { in parse_cig_args()
898 cig_create_param.c_to_p_latency = c_to_p_latency; in parse_cig_args()
970 cig_create_param.p_to_c_interval, cig_create_param.c_to_p_latency, in change_central_settings()
984 cig_create_param.p_to_c_interval, cig_create_param.c_to_p_latency, in change_central_settings()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_endpoint.h70 uint16_t c_to_p_latency; member
Dbap_unicast_client.c2280 cig_param->c_to_p_latency = group->cig_param.c_to_p_latency; in bt_bap_qos_cfg_to_cig_param()
2303 if (cig_param->c_to_p_latency == 0U) { in bt_bap_qos_cfg_to_cig_param()
2304 cig_param->c_to_p_latency = cig_param->p_to_c_latency; in bt_bap_qos_cfg_to_cig_param()
2306 cig_param->p_to_c_latency = cig_param->c_to_p_latency; in bt_bap_qos_cfg_to_cig_param()
2513 group->cig_param.c_to_p_latency = qos->latency; in unicast_group_set_iso_stream_param()
2771 if (cig_param->c_to_p_latency == 0) { in valid_unicast_group_stream_param()
2772 cig_param->c_to_p_latency = qos->latency; in valid_unicast_group_stream_param()
2773 } else if (cig_param->c_to_p_latency != qos->latency) { in valid_unicast_group_stream_param()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c266 param.c_to_p_latency = latency_ms; /* ms */ in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c307 param.c_to_p_latency = latency; in cmd_cig_create()
309 param.c_to_p_latency = 10; in cmd_cig_create()
323 param.p_to_c_latency = param.c_to_p_latency; in cmd_cig_create()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h401 uint16_t c_to_p_latency; member
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c407 cig_param.c_to_p_latency = ISO_LATENCY_FT_MS;
410 cig_param.c_to_p_latency = ISO_LATENCY_MS;
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1737 req->c_latency = sys_cpu_to_le16(param->c_to_p_latency); in hci_le_set_cig_params()
1750 cig->id, param->c_to_p_latency, param->p_to_c_latency, param->c_to_p_interval, in hci_le_set_cig_params()
2096 !IN_RANGE(param->c_to_p_latency, BT_ISO_LATENCY_MIN, BT_ISO_LATENCY_MAX)) { in valid_cig_param()
2097 LOG_DBG("Invalid C to P latency: %u", param->c_to_p_latency); in valid_cig_param()