Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BLE peripheral support Android-L example [closed]

I would appreciate an example of BLE peripheral mode for Android-L.

The code that I have gives me strange errors (i.e too many advertisers) which makes no sense as there are no advertisers that i can see from scanner like Lightblue on ios.

like image 213
geoaxis Avatar asked Aug 11 '26 19:08

geoaxis


2 Answers

https://github.com/geoaxis/BluetoothTest works on my nexus 5 running L.

At first when initializing advertising I was getting: public static final int ADVERTISE_FAILED_CONTROLLER_FAILURE

Operation fails due to bluetooth controller failure.

Constant Value: 5 (0x00000005)

I was running other bluetooth apps, I killed all of them, restarted the bluetooth service and got a success. L is still preview, so some loose ends are expected.

geoaxis, thanks for forking, I wouldn't have had the chance to read this very clear sample otherwise; there should such a sample in the L dev preview samples.

cheers

like image 69
FrancoisP Avatar answered Aug 14 '26 09:08

FrancoisP


It seems that there is a bug for Android-L preview for Nexus 7. Nexus 5 works fine https://code.google.com/p/android-developer-preview/issues/detail?id=589

Example code for nexus 5 can be found here https://github.com/geoaxis/BluetoothTest

like image 36
geoaxis Avatar answered Aug 14 '26 09:08

geoaxis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!