pub unsafe extern "C-unwind" fn OBEXSessionDelete(
in_session_ref: OBEXSessionRef,
) -> OBEXError👎Deprecated
Available on crate feature
OBEX only.Expand description
Destroy an OBEX session. If connections are open, they will (eventually) be terminated for you.
Parameter inSessionRef: A valid service reference.
Returns: An error code value. 0 if successful.
** DEPRECATED IN BLUETOOTH 2.2 (Mac OS X 10.6) ** You should transition your code to Objective-C equivalents. ** This API may be removed any time in the future.