[quote user="rswl88"]
[quote user="Casey Graika"]
Rswl88,
I need to acquire the same data as Fred--the RSSI and Service UUID from the Bluetooth LE advertisement packet. I'm attempting to acquire the advertisement packet data using the backport API as you suggested and it is not working. Do note, I just started Android development. That said, is it necessary to use the Backport API to read Bluetooth LE advertisements? Or can I use Android's built-in bluetooth API?
Appreciate any help you can offer.
Thank you,
Casey
[/quote]
You need com.ble.bluetoothle.BluetoothAdapterHidden.java and com.ble.bluetoothle.BluetoothDeviceHidden.java.
As for any other advice, make sure that your phone is a samsung galaxy s3 or a note 2 running android 4.1.2.
[/quote]
Rswl88,
Thanks, I'll try this out today or tomorrow. The one problem I may run into is that I'm using a Nexus 7. They are suppose to support bluetooth 4.0 and they run a similar BT module as the Galaxy S3 (both made by Broadcom). However, I don't know if this means it will work.
Fred: I'll let you know if I get it working and provide a detailed description of how I did it.
Thanks,
Casey