Android BluetoothGatt - status 133 - register callback
问题 First of all I read SOLVED: GATT callback fails to register and took the steps suggested in that post to solve this issue with no success. The recommended fix in there if you haven't read it is to make all BLE calls from the main thread directly or with a handler. I am working on a BLE app want to run a service (called from activity once every 10 seconds) that performs these tasks: 1)Gets list of our products available to connect to (done, works) 2)For each available device: 2a)connect to