0

Iam Working on BLE project, I got a sample project which is in this link. So when i run on my Device(iPhone 5C),

-(void) centralManager:(CBCentralManager *)central
 didDiscoverPeripheral:(CBPeripheral *)peripheral
     advertisementData:(NSDictionary *)advertisementData
                  RSSI:(NSNumber *)RSSI 

is called, iam able to get peripheral name, rssi, and some basic details. but after that didConnectPeripheral and other CBPeripheral are not called. iam using EM MicroElectronic coin Beacon. Please help me.!

cdon
  • 264
  • 1
  • 13
  • 1
    A pure iBeacon device is not connectable using Core Bluetooth. The first thing I would suggest is download LightBlue and see if that app can connect. If it can then please show he code for your method where you connect. – Paulw11 Mar 29 '15 at 20:08
  • can you please check in link.! – cdon Mar 30 '15 at 09:17
  • You should add relevant code to your question – Paulw11 Mar 30 '15 at 09:33
  • yes i have add code which iam woking on. https://www.dropbox.com/s/9v3remiux7jfxus/BLEScanner-Final.zip?dl=0 – cdon Mar 30 '15 at 12:04
  • 1
    The code should be in your question, not in a file linked to from your question. – Paulw11 Mar 30 '15 at 12:17

0 Answers0