Getting Issues while connecting device with serial Bluetooth
问题 I am facing 2 problems related to regular Bluetooth.Here is my code. - (void)viewDidLoad { [super viewDidLoad]; [NSTimer scheduledTimerWithTimeInterval:3.0 target:self selector:@selector(showElements) userInfo:nil repeats:NO]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(accessoryConnected:) name:EAAccessoryDidConnectNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(accessoryDisconnected:) name