kickingvegas / YmsCoreBluetooth

A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively.
Other
525 stars 128 forks source link

connection issue... #111

Open PiconTeam opened 9 years ago

PiconTeam commented 9 years ago

My iPhone device is connect to Bluetooth LTE device but not open SIMPLEKEYS and any other information..... img_0069 img_0070 img_0071

anurag1991 commented 9 years ago

Same for me , please help us out as soon as possible ...

PiconTeam commented 9 years ago
kickingvegas commented 9 years ago

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.

PiconTeam commented 9 years ago

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.

myrual commented 9 years ago

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.