I am working with corebluetooth to connect with bluetooth printer, but I have a problem with ipad2. When I scan device, CBCentralManager always call to centralManagerDidUpdateState with state unsupported and cannot call another delegate method.
Asked
Active
Viewed 355 times
0
-
1iPad 2 don't have a Bluetooth Low-Energy Chip, that's why. The first iPad to have it is iPad 3. – Larme Nov 23 '16 at 14:40
1 Answers
2
I had the same issue today.
CoreBluetooth works with BLE and Bluetooth 4.0. The iPad 2 does not support BLE, therefore you get an unknown state.

Swinny89
- 7,273
- 3
- 32
- 52