Even i have faced the same .Too many resolutions on the web but none is official Obe classic post here
https://www.google.co.in/amp/s/amp.reddit.com/r/androiddev/comments/4ofnbp/bluetooth_ble_development_is_miserable_on_android/ On Mon, 21 Nov 2016 at 9:24 PM, Tiên Tín <[email protected]> wrote: > I have a same problem. I run 1 code on 2 device. One run well, but another > not :D > > Anyone can help? > > > On Monday, August 12, 2013 at 10:41:03 AM UTC+7, darrinps wrote: >> >> Anyone know what status 129 means? I can't seem to find much on it via >> Google. >> >> I connect to a BLE device and it says it has services to discover (via >> using BluetoothGatt.discoverServices()). It then hits this method: >> >> @Override >> public void onServicesDiscovered(BluetoothGatt gatt, int status) >> { >> if (status == BluetoothGatt.GATT_SUCCESS) >> { >> broadcastUpdate(ACTION_GATT_SERVICES_DISCOVERED); >> } >> else >> { >> Log.w(TAG, "onServicesDiscovered received: " + status); >> } >> } >> >> The log message gets written saying that the status is 129, but I have no >> idea what 129 is. >> >> Any help is appreciated! >> >> Thanks. >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/android-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-developers/25554b5b-874a-40b7-94de-6843d20c232b%40googlegroups.com > <https://groups.google.com/d/msgid/android-developers/25554b5b-874a-40b7-94de-6843d20c232b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CALwa49vQ9mgQuADXYz8U%3D%2Bb8Qm8pfecpEwVy7xZjgz23i0XRPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

