Searched refs:c_to_p_ft (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 140 .c_to_p_ft = DEFAULT_CIS_FT, 667 uint64_t c_to_p_ft; in parse_c_to_p_ft_arg() local 670 cig_create_param.c_to_p_ft, DEFAULT_CIS_FT); in parse_c_to_p_ft_arg() 677 c_to_p_ft = strtoul(buffer, NULL, 0); in parse_c_to_p_ft_arg() 678 if (!IN_RANGE(c_to_p_ft, BT_ISO_FT_MIN, BT_ISO_FT_MAX)) { in parse_c_to_p_ft_arg() 680 c_to_p_ft); in parse_c_to_p_ft_arg() 685 return (int)c_to_p_ft; in parse_c_to_p_ft_arg() 841 int c_to_p_ft; in parse_cig_args() local 875 c_to_p_ft = parse_c_to_p_ft_arg(); in parse_cig_args() 876 if (c_to_p_ft < 0) { in parse_cig_args() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_endpoint.h | 75 uint8_t c_to_p_ft; member
|
D | bap_unicast_client.c | 2286 cig_param->c_to_p_ft = group->cig_param.c_to_p_ft; in bt_bap_qos_cfg_to_cig_param() 2901 unicast_group->cig_param.c_to_p_ft = param->c_to_p_ft; in bt_bap_unicast_group_create()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 444 uint8_t c_to_p_ft; member
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 1485 uint8_t c_to_p_ft; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1829 req->c_ft = param->c_to_p_ft; in hci_le_set_cig_test_params() 1839 cig->id, param->c_to_p_interval, param->p_to_c_interval, param->c_to_p_ft, in hci_le_set_cig_test_params() 1902 if (param->c_to_p_ft != 0U || param->p_to_c_ft != 0U || param->iso_interval != 0U) { in is_advanced_cig_param() 2110 if (!IN_RANGE(param->c_to_p_ft, BT_ISO_FT_MIN, BT_ISO_FT_MAX)) { in valid_cig_param() 2111 LOG_DBG("Invalid Central to Peripheral FT %u", param->c_to_p_ft); in valid_cig_param()
|