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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to