kai-morich / SimpleBluetoothLeTerminal

Android terminal app for Bluetooth LE devices using custom serial profiles
MIT License
288 stars 111 forks source link

getting read characteristic CCCD descriptor not writable #43

Closed CodingWithTashi closed 6 months ago

CodingWithTashi commented 10 months ago

Thanks for the great example app, I am getting this issue when I disable and enable the bluetooth first time, subsequent connection are working fine.

Here is how I go the issue

  1. turn off bluetooth
  2. turn on bluetooth and connect to ble (Error will come)
  3. try reconnecting while bluetooth is on (Than it is working)

Here is what I tried

  1. Add delay after bluetooth is turned on, yet still getting the same issue