Welcome to the club of those who have no idea. 129 has the description
'Gatt Internal error' which means Android has no idea either. Something
didn't work. Another error code which is equally as obscure and useless is
133 'Gatt error'. I guess the only difference is that with 129 something
messed up in Google's code but they don't know what, and the 133 means
something unexpected happened in the BLE exchange but they don't know what.
I wait anxiously for Google go give us a better explanation as to what
these error codes might mean. They are quite frequent.
On Sunday, August 11, 2013 at 11:41:03 PM UTC-4, 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/1135120d-ad40-4f09-8cd9-e9bf82693896%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.