Lines Matching full:sbc
26 /** SBC IE length */
61 /** @brief define the SBC sink endpoint that can be used as
64 * SBC is mandatory as a2dp specification, BT_A2DP_SBC_SINK_EP_DEFAULT
65 * is more convenient for user to register SBC endpoint.
68 * @param _freq sbc codec frequency.
70 * @param _ch_mode sbc codec channel mode.
72 * @param _blk_len sbc codec block length.
74 * @param _subband sbc codec subband.
76 * @param _alloc_mthd sbc codec allocate method.
78 * @param _min_bitpool sbc codec min bit pool. for example: 18
79 * @param _max_bitpool sbc codec max bit pool. for example: 35
91 /** @brief define the SBC source endpoint that can be used as bt_a2dp_register_endpoint's
94 * SBC is mandatory as a2dp specification, BT_A2DP_SBC_SOURCE_EP_DEFAULT
95 * is more convenient for user to register SBC endpoint.
98 * @param _freq sbc codec frequency.
100 * @param _ch_mode sbc codec channel mode.
102 * @param _blk_len sbc codec block length.
104 * @param _subband sbc codec subband.
106 * @param _alloc_mthd sbc codec allocate method.
108 * @param _min_bitpool sbc codec min bit pool. for example: 18
109 * @param _max_bitpool sbc codec max bit pool. for example: 35
120 /** @brief define the default SBC sink endpoint that can be used as
123 * SBC is mandatory as a2dp specification, BT_A2DP_SBC_SINK_EP_DEFAULT
124 * is more convenient for user to register SBC endpoint.
140 /** @brief define the default SBC source endpoint that can be used as bt_a2dp_register_endpoint's
143 * SBC is mandatory as a2dp specification, BT_A2DP_SBC_SOURCE_EP_DEFAULT
144 * is more convenient for user to register SBC endpoint.
161 /** @brief define the SBC default configuration.
164 * @param _freq_cfg sbc codec frequency.
166 * @param _ch_mode_cfg sbc codec channel mode.
168 * @param _blk_len_cfg sbc codec block length.
170 * @param _subband_cfg sbc codec subband.
172 * @param _alloc_mthd_cfg sbc codec allocate method.
174 * @param _min_bitpool_cfg sbc codec min bit pool. for example: 18
175 * @param _max_bitpool_cfg sbc codec max bit pool. for example: 35
189 /** @brief define the SBC default configuration.
294 /** Codec SBC */
341 /** Codec capabilities, if SBC, use function of a2dp_codec_sbc.h to parse it */