Android Bluetooth Low Energy Pairing
How to pair a Bluetooth Low Energy(BLE) device with Android to read encrypted data. Using the information in the Android BLE page , I am able to discover the device, connect to it, discover services and read un-encrypted characteristics. When I try to read an encrypted characteristic (one that will cause iOS to show a popup asking to pair and then complete the read) I am getting an error code 5 , which corresponds to Insufficient Authentication . I am not sure how to get the device paired or how to provide the authentication information for the read to complete . I toyed with