Close the EASession and remove the RunLoop. Release EASession and initialize it with nil.

Syntax

-(void)closeSession;

Parameters

None

Return value

None

Requirements

#import <OPHBluetoothService/OPHBluetoothService.h>

Sample

OPHBluetoothService *sessionController =  [OPHBluetoothService sharedController];
[sessionController closeSession];

Related matters

Last updated: 2022/05/09