BLE peripheral support Android-L example

android, android-bluetooth, bluetooth-lowenergy

Solution

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

Problem

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.

Original source