Bluetooth Low Energy (BLE) library

Antti Mauranen

Member
Licensed User
Longtime User
Hello bluedude,

I did this using Android Open Source tools, adb, fastboot etc. So I did not use the files in the first link at my previous post. But basicly you have to root your device and copy the files into the paths that you can find in zip file.

There is an application at Google Play help to do this, I think the author is the same as in the second link at my previous post. At Google Play he has instructions what to. The link to the application (it has a price of 7.50 €) below:

https://play.google.com/store/apps/details?id=com.manuelnaranjo.btle.installer2

Hope it helps you.

I hope I do not offend any forum rules when giving this link, I have nothing to do with that Google Play App.
 

Bulishor

Member
Licensed User
Longtime User
I am able to find the device but BLE_Connected is never reached. I'm just running the code above with a button added to trigger scanning and msgbox to choose the device. Is it the flaky BLE implementation or am I doing something wrong? I'm testing a Nexus 4 and a Polar H7 heart monitor. I use another app to connect them and it (mostly) works fine.

Also, can someone explain that hard coded GetCharacteristic line?
 

Bulishor

Member
Licensed User
Longtime User
Thanks Erel. I was able to finally connect to the device (but I have to reset BT before each connection) and I am getting the characteristic. Is there a command that discovers all the services and characteristics of a device? Is there any sample code other than the OP?
 

sixteen

Member
Licensed User
Longtime User
Dear all,iPhone4s and ipad mini test the ble is successful,but android svn is not update the level 18 sdk,have you download the firmware to test?maybe the sumsung product ?
 

sixteen

Member
Licensed User
Longtime User
why didn't download platform level 18 from Android SDK in my development directory?maybe be blocked from the site?had anyone download the latest SDK ?only have the level 17 SDK!!
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should install this SDK:
SS-2013-10-18_09.42.03.png
 

peacemaker

Expert
Licensed User
Longtime User
Can BLE devices be discovered by an old Android BT device ?
Just discovered (with MAC, Name, RSSI), not connected to.

It's for long-working (low consumpting) sensor to be discovered, without connection to it.
 
Last edited:

coodtec

New Member
Licensed User
Longtime User
Testing with Nexus 7 II, the device can be found. But link failed.

Is it possible to get more information such as RSSI value, when the device was found?
 
Top