Found 5 other functions taking a
tA2D_SBC_CIE
argument:
* Function A2D_BldSbcInfo * Description This function is called by an application to build * the SBC Media Codec Capabilities byte sequence * beginning from the LOSC octet. * Input Parameters: * media_type: Indicates Audio, or Multimedia. * p_ie: The SBC Codec Information Element information. * Output Parameters: * p_result: the resulting codec info byte sequence. * Returns A2D_SUCCESS if function execution succeeded. * Error status code, otherwise.
* Function A2D_ParsSbcInfo * Description This function is called by an application to parse * the SBC Media Codec Capabilities byte sequence * beginning from the LOSC octet. * Input Parameters: * p_info: the byte sequence to parse. * for_caps: TRUE, if the byte sequence is for get capabilities response. * Output Parameters: * p_ie: The SBC Codec Information Element information. * Returns A2D_SUCCESS if function execution succeeded. * Error status code, otherwise.
* Function bta_av_sbc_cfg_in_cap * Description This function checks whether an SBC codec configuration * is allowable for the given codec capabilities. * Returns 0 if ok, nonzero if error.
* Function bta_av_sbc_cfg_matches_cap * Description This function checks whether an SBC codec configuration * matched with capabilities. Here we check subset. * Returns 0 if ok, nonzero if error.
* Function bta_av_sbc_cfg_for_cap * Description Determine the preferred SBC codec configuration for the * given codec capabilities. The function is passed the * preferred codec configuration and the peer codec * capabilities for the stream. The function attempts to * match the preferred capabilities with the configuration * as best it can. The resulting codec configuration is * returned in the same memory used for the capabilities. * Returns 0 if ok, nonzero if error. * Codec configuration in p_cap.