PORT_SetEventCallback() function
* Function PORT_SetEventCallback * Description This function is called to provide an address of the * function which will be called when one of the events * specified in the mask occures. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_callback - address of the callback function which should * be called from the RFCOMM when an event * specified in the mask occures.