Beispiel #1
0
int BBM_AUDIO_DESELECT(HANDLE hDevice, u8 subChId, u8 svcChId)
{
	int res;

	res = fc8050_audio_deselect(hDevice, subChId, svcChId);

	return res;
}
int bbm_com_audio_deselect(
    HANDLE hDevice, u8 subchannel_id, u8 service_channel_id)
{
    int res;

    res = fc8050_audio_deselect(hDevice, subchannel_id, service_channel_id);

    return res;
}