Lines Matching +full:sampling +full:- +full:frequencies
8 * Copyright (c) 2020-2024 Nordic Semiconductor ASA
10 * SPDX-License-Identifier: Apache-2.0
67 /** Supported sampling frequencies */
83 /** @brief Supported frequencies bitfield */
85 /** 8 Khz sampling frequency */
88 /** 11.025 Khz sampling frequency */
91 /** 16 Khz sampling frequency */
94 /** 22.05 Khz sampling frequency */
97 /** 24 Khz sampling frequency */
100 /** 32 Khz sampling frequency */
103 /** 44.1 Khz sampling frequency */
106 /** 48 Khz sampling frequency */
109 /** 88.2 Khz sampling frequency */
112 /** 96 Khz sampling frequency */
115 /** 176.4 Khz sampling frequency */
118 /** 192 Khz sampling frequency */
121 /** 384 Khz sampling frequency */
231 /** Sampling frequency */
247 /** Codec configuration sampling freqency */
249 /** 8 Khz codec sampling frequency */
252 /** 11.025 Khz codec sampling frequency */
255 /** 16 Khz codec sampling frequency */
258 /** 22.05 Khz codec sampling frequency */
261 /** 24 Khz codec sampling frequency */
264 /** 32 Khz codec sampling frequency */
267 /** 44.1 Khz codec sampling frequency */
270 /** 48 Khz codec sampling frequency */
273 /** 88.2 Khz codec sampling frequency */
276 /** 96 Khz codec sampling frequency */
279 /** 176.4 Khz codec sampling frequency */
282 /** 192 Khz codec sampling frequency */
285 /** 384 Khz codec sampling frequency */
313 * traditional cellular as well as VoIP and Push-to-Talk
320 * and in-game voice chat between participants; or a mix of all the above
325 /** Man-machine communication, for example, with voice recognition or virtual assistants */
338 * Notification and reminder sounds; attention-seeking audio, for example,
344 * including traditional cellular as well as VoIP and Push-to-Talk
457 /** UTF-8 encoded title or summary of stream content */
463 * 3 octet lower case language code defined by ISO 639-3
464 * Possible values can be found at https://iso639-3.sil.org/code_tables/639/data
468 /** Array of 8-bit CCID values */
478 /** UTF-8 encoded URI for additional Program information */
498 /** UTF-8 encoded Broadcast name */
534 * @param _bytes Variable number of single-byte parameters
752 * @brief Helper for parsing length-type-value data.
754 * @param ltv Length-type-value (LTV) encoded data.
762 * @retval -EINVAL The data is incorrectly encoded
763 * @retval -ECANCELED Parsing was prematurely cancelled by the callback
769 * @brief Get the value of a specific data type in an length-type-value data array
771 * @param[in] ltv_data The array containing the length-type-value tuples
776 * @param[out] data Pointer to the data-pointer to update when item is found.
780 * @retval -EINVAL Arguments are invalid
781 * @retval -ENODATA Data not found
828 * @retval -EINVAL Arguments are invalid.
838 * @retval -EINVAL Arguments are invalid.
848 * @retval -EINVAL Arguments are invalid
849 * @retval -ENODATA Data not found
850 * @retval -EBADMSG The found value has invalid size or value
861 * @retval -EINVAL Arguments are invalid
862 * @retval -ENOMEM The new value could not be set or added due to lack of memory
873 * @retval -EINVAL Arguments are invalid.
883 * @retval -EINVAL Arguments are invalid.
893 * @retval -EINVAL Arguments are invalid
894 * @retval -ENODATA Data not found
895 * @retval -EBADMSG The found value has invalid size or value
906 * @retval -EINVAL Arguments are invalid
907 * @retval -ENOMEM The new value could not be set or added due to lack of memory
928 * @retval -EINVAL Arguments are invalid
929 * @retval -ENODATA Data not found
930 * @retval -EBADMSG The found value has invalid size or value
943 * @retval -EINVAL Arguments are invalid
944 * @retval -ENOMEM The new value could not be set or added due to lack of memory
954 * The Bluetooth specifications are not clear about this value - it does not state that
955 * the codec shall use this SDU size only. A codec like LC3 supports variable bit-rate
964 * @retval -EINVAL Arguments are invalid
965 * @retval -ENODATA Data not found
966 * @retval -EBADMSG The found value has invalid size or value
977 * @retval -EINVAL Arguments are invalid
978 * @retval -ENOMEM The new value could not be set or added due to lack of memory
986 * The overall SDU size will be octets_per_frame * frame_blocks_per_sdu * number-of-channels.
999 * @retval -EINVAL Arguments are invalid
1000 * @retval -ENODATA Data not found
1001 * @retval -EBADMSG The found value has invalid size or value
1013 * @retval -EINVAL Arguments are invalid
1014 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1024 * @param[out] data Pointer to the data-pointer to update when item is found
1027 * @retval -EINVAL Arguments are invalid
1028 * @retval -ENODATA Data not found
1038 * @param data Pointer to the data-pointer to set
1042 * @retval -EINVAL Arguments are invalid
1043 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1058 * @retval -EINVAL Arguments are invalid
1069 * @param[out] data Pointer to the data-pointer to update when item is found
1072 * @retval -EINVAL Arguments are invalid
1073 * @retval -ENODATA Data not found
1083 * @param data Pointer to the data-pointer to set.
1087 * @retval -EINVAL Arguments are invalid
1088 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1103 * @retval -EINVAL Arguments are invalid
1118 * @retval -EINVAL Arguments are invalid
1119 * @retval -ENODATA Data not found
1120 * @retval -EBADMSG The found value has invalid size
1132 * @retval -EINVAL Arguments are invalid
1133 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1146 * @retval -EINVAL Arguments are invalid
1147 * @retval -ENODATA Data not found
1148 * @retval -EBADMSG The found value has invalid size
1159 * @retval -EINVAL Arguments are invalid
1160 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1171 * @param[out] program_info Pointer to the UTF-8 formatted program info.
1174 * @retval -EINVAL Arguments are invalid
1175 * @retval -ENODATA Data not found
1188 * @retval -EINVAL Arguments are invalid
1189 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1203 * @retval -EINVAL Arguments are invalid
1204 * @retval -ENODATA Data not found
1205 * @retval -EBADMSG The found value has invalid size
1214 * @param lang The 24-bit language to set.
1217 * @retval -EINVAL Arguments are invalid
1218 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1229 * @param[out] ccid_list Pointer to the array containing 8-bit CCIDs.
1232 * @retval -EINVAL Arguments are invalid
1233 * @retval -ENODATA Data not found
1246 * @retval -EINVAL Arguments are invalid
1247 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1260 * @retval -EINVAL Arguments are invalid
1261 * @retval -ENODATA Data not found
1262 * @retval -EBADMSG The found value has invalid size
1273 * @retval -EINVAL Arguments are invalid
1274 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1285 * @param[out] program_info_uri Pointer to the UTF-8 formatted program info URI.
1288 * @retval -EINVAL Arguments are invalid
1289 * @retval -ENODATA Data not found
1302 * @retval -EINVAL Arguments are invalid
1303 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1317 * @retval -EINVAL Arguments are invalid
1318 * @retval -ENODATA Data not found
1319 * @retval -EBADMSG The found value has invalid size
1330 * @retval -EINVAL Arguments are invalid
1331 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1344 * @retval -EINVAL Arguments are invalid
1345 * @retval -ENODATA The flag was not found
1356 * @retval -EINVAL Arguments are invalid
1357 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1370 * @retval -EINVAL Arguments are invalid
1371 * @retval -ENODATA Data not found
1372 * @retval -EBADMSG The found value has invalid size
1384 * @retval -EINVAL Arguments are invalid
1385 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1396 * @param[out] broadcast_name Pointer to the UTF-8 formatted broadcast name.
1399 * @retval -EINVAL Arguments are invalid
1400 * @retval -ENODATA Data not found
1413 * @retval -EINVAL Arguments are invalid
1414 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1429 * @retval -EINVAL Arguments are invalid
1430 * @retval -ENODATA Data not found
1443 * @retval -EINVAL Arguments are invalid
1444 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1458 * @retval -EINVAL Arguments are invalid
1459 * @retval -ENODATA Data not found
1472 * @retval -EINVAL Arguments are invalid
1473 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1494 * @param[out] data Pointer to the data-pointer to update when item is found
1497 * @retval -EINVAL Arguments are invalid
1498 * @retval -ENODATA Data not found
1508 * @param data Pointer to the data-pointer to set
1512 * @retval -EINVAL Arguments are invalid
1513 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1528 * @retval -EINVAL Arguments are invalid
1538 * @retval frequencies Bitfield of supported frequencies (@ref bt_audio_codec_cap_freq) if 0 or
1540 * @retval -EINVAL Arguments are invalid
1541 * @retval -ENODATA Data not found
1542 * @retval -EBADMSG The found value has invalid size or value
1547 * @brief Set the supported frequencies of a codec capability.
1550 * @param freq The supported frequencies to set.
1553 * @retval -EINVAL Arguments are invalid
1554 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1565 * @retval -EINVAL Arguments are invalid
1566 * @retval -ENODATA Data not found
1567 * @retval -EBADMSG The found value has invalid size or value
1578 * @retval -EINVAL Arguments are invalid
1579 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1592 * @retval -EINVAL Arguments are invalid
1593 * @retval -ENODATA Data not found
1594 * @retval -EBADMSG The found value has invalid size or value
1606 * @retval -EINVAL Arguments are invalid
1607 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1619 * @retval -EINVAL Arguments are invalid
1620 * @retval -ENODATA Data not found
1621 * @retval -EBADMSG The found value has invalid size or value
1634 * @retval -EINVAL Arguments are invalid
1635 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1649 * @retval -EINVAL Arguments are invalid
1650 * @retval -ENODATA Data not found
1651 * @retval -EBADMSG The found value has invalid size or value
1663 * @retval -EINVAL Arguments are invalid
1664 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1674 * @param[out] data Pointer to the data-pointer to update when item is found
1677 * @retval -EINVAL Arguments are invalid
1678 * @retval -ENODATA Data not found
1688 * @param data Pointer to the data-pointer to set.
1692 * @retval -EINVAL Arguments are invalid
1693 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1708 * @retval -EINVAL Arguments are invalid
1721 * @retval -EINVAL Arguments are invalid
1722 * @retval -ENODATA Data not found
1723 * @retval -EBADMSG The found value has invalid size
1734 * @retval -EINVAL Arguments are invalid
1735 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1748 * @retval -EINVAL Arguments are invalid
1749 * @retval -ENODATA Data not found
1750 * @retval -EBADMSG The found value has invalid size
1761 * @retval -EINVAL Arguments are invalid
1762 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1773 * @param[out] program_info Pointer to the UTF-8 formatted program info.
1776 * @retval -EINVAL Arguments are invalid
1777 * @retval -ENODATA Data not found
1790 * @retval -EINVAL Arguments are invalid
1791 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1805 * @retval -EINVAL Arguments are invalid
1806 * @retval -ENODATA Data not found
1807 * @retval -EBADMSG The found value has invalid size
1816 * @param lang The 24-bit language to set.
1819 * @retval -EINVAL Arguments are invalid
1820 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1831 * @param[out] ccid_list Pointer to the array containing 8-bit CCIDs.
1834 * @retval -EINVAL Arguments are invalid
1835 * @retval -ENODATA Data not found
1848 * @retval -EINVAL Arguments are invalid
1849 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1862 * @retval -EINVAL Arguments are invalid
1863 * @retval -ENODATA Data not found
1864 * @retval -EBADMSG The found value has invalid size
1875 * @retval -EINVAL Arguments are invalid
1876 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1887 * @param[out] program_info_uri Pointer to the UTF-8 formatted program info URI.
1890 * @retval -EINVAL Arguments are invalid
1891 * @retval -ENODATA Data not found
1904 * @retval -EINVAL Arguments are invalid
1905 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1919 * @retval -EINVAL Arguments are invalid
1920 * @retval -ENODATA Data not found
1921 * @retval -EBADMSG The found value has invalid size
1932 * @retval -EINVAL Arguments are invalid
1933 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1946 * @retval -EINVAL Arguments are invalid
1947 * @retval -ENODATA The flag was not found
1958 * @retval -EINVAL Arguments are invalid
1959 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1972 * @retval -EINVAL Arguments are invalid
1973 * @retval -ENODATA Data not found
1974 * @retval -EBADMSG The found value has invalid size
1986 * @retval -EINVAL Arguments are invalid
1987 * @retval -ENOMEM The new value could not be set or added due to lack of memory
1998 * @param[out] broadcast_name Pointer to the UTF-8 formatted broadcast name.
2001 * @retval -EINVAL Arguments are invalid
2002 * @retval -ENODATA Data not found
2015 * @retval -EINVAL Arguments are invalid
2016 * @retval -ENOMEM The new value could not be set or added due to lack of memory
2030 * @retval -EINVAL Arguments are invalid
2031 * @retval -ENODATA Data not found
2044 * @retval -EINVAL Arguments are invalid
2045 * @retval -ENOMEM The new value could not be set or added due to lack of memory
2059 * @retval -EINVAL Arguments are invalid
2060 * @retval -ENODATA Data not found
2073 * @retval -EINVAL Arguments are invalid
2074 * @retval -ENOMEM The new value could not be set or added due to lack of memory