I get some infomation that Android devices can now function in Bluetooth Low Energy (BLE) peripheral mode. Apps can use this capability to broadcast their presence to nearby devices from New in Android L.I'm making an application about this.
I was all configured(i.e. Settings for Bluetooth LE advertising and Advertisement data to be advertised in advertisement packet),When I started to startAdvertising,I found that I cannot listen to incoming connections.Who can help me?
I am a based on l-developer-preview-reference API(Added Package : android.bluetooth.le) to develop.