int BBM_DATA_DESELECT(HANDLE hDevice, u8 subChId, u8 svcChId) { int res; res = fc8050_data_deselect(hDevice, subChId, svcChId); return res; }
int bbm_com_data_deselect( HANDLE hDevice, u8 subchannel_id, u8 service_channel_id) { int res; res = fc8050_data_deselect(hDevice, subchannel_id, service_channel_id); return res; }