Open PiconTeam opened 9 years ago
Same for me , please help us out as soon as possible ...
(void)updateDisplay { NSString *buttonLabel;
if (self.yperipheral.name) { self.deviceName.text = self.yperipheral.name;
} else { self.deviceName.text = @"Undisclosed Name"; }
/* if ([self.yperipheral isKindOfClass:[DEASensorTag class]]) {*/ ////comment this line and then code will be successfully run...
if (self.yperipheral.isConnected) {
Are you trying to connect to a BLE peripheral other than a SensorTag? If so, then the Deanna app will not "out of the box" interrogate the services and characteristics and provide UI controls for them.
kickingvegas sir, i am trying to connect but it is in only device searching not connecting enable so when i comment this line which is mentioned above then its proper working. and successfully get services and characteristics.
Dear all, I just upload a open source repo into https://github.com/myrual/BluetoothAppDemo You can see how I scan BLE device and connect.
This project was written years ago, I almost forget it until see your discussion.
My iPhone device is connect to Bluetooth LTE device but not open SIMPLEKEYS and any other information.....