BTA_JvFreeChannel() function
* Function BTA_JvFreeChannel * Description This function frees a server channel number that was used * by an application running over RFCOMM. * Parameters * channel The channel to free * conn_type one of BTA_JV_CONN_TYPE_ * p_cback tBTA_JV_RFCOMM_CBACK is called with when server * user_data indicate the RFCOMM server status * Returns BTA_JV_SUCCESS, if the request is being processed. * BTA_JV_FAILURE, otherwise.
![]()
tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type, tBTA_JV_RFCOMM_CBACK *p_cback, void *user_data)![]()
extern tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type, tBTA_JV_RFCOMM_CBACK *p_cback, void *user_data);![]()
BTA_JvFreeChannel(l2cap_local_param.l2cap_slots[i]->psm, BTA_JV_CONN_TYPE_L2CAP,![]()
BTA_JvFreeChannel(l2cap_local_param.l2cap_slots[i]->psm, BTA_JV_CONN_TYPE_L2CAP,![]()
BTA_JvFreeChannel(slot->scn, BTA_JV_CONN_TYPE_RFCOMM,![]()
BTA_JvFreeChannel(spp_local_param.spp_slots[i]->scn, BTA_JV_CONN_TYPE_RFCOMM,![]()
BTA_JvFreeChannel(spp_local_param.spp_slots[i]->scn, BTA_JV_CONN_TYPE_RFCOMM,
BTA_JvFreeChannel() is called by 5 functions and calls 4 functions:
![]()
BTA_JvFreeChannel()
BTA_JvFreeChannel() reads 4 variables and writes 5 variables:
![]()
BTA_JvFreeChannel()