A2D_AddRecord() function
* Function A2D_AddRecord * Description This function is called by a server application to add * SRC or SNK information to an SDP record. Prior to * calling this function the application must call * SDP_CreateRecord() to create an SDP record. * Input Parameters: * service_uuid: Indicates SRC or SNK. * p_service_name: Pointer to a null-terminated character * string containing the service name. * p_provider_name: Pointer to a null-terminated character * string containing the provider name. * features: Profile supported features. * sdp_handle: SDP handle returned by SDP_CreateRecord(). * Output Parameters: * None. * Returns A2D_SUCCESS if function execution succeeded, * A2D_INVALID_PARAMS if bad parameters are given. * A2D_FAIL if function execution failed.