0
votes

I am working with a BLE device (which also has Bluetooth features). I have to pair Android device with it. I use the BluetoothDevice.createBond to perform this action, and randomly the smartphone sends Ble pairing request or Bluetooth pairing request (seen on the device logs). Is there a rule in the Android pairing process for the choice of the protocol used ?

I use a Honor 5C with Android 7 (very capricious with bluetooth...) and Nexus 6 also Android 7

1

1 Answers

1
votes

If you first use connectGatt with the transport parameter set to LE, then after the connection is complete you can pair over BLE.