int BBM_DATA_SELECT(HANDLE hDevice, u8 subChId,u8 svcChId) { int res; res = fc8050_data_select(hDevice, subChId, svcChId); return res; }
int bbm_com_data_select(HANDLE hDevice, u8 subchannel_id, u8 service_channel_id) { int res; res = fc8050_data_select(hDevice, subchannel_id, service_channel_id); return res; }