Bluetooth 4.0 / Smart / Low energy on Samsung Galaxy S3
Asked Answered
S

6

14

I'm trying to develop a bluetooth 4.0 app for S3. The problem is, the phone behaves like it doesn't even have bluetooth 4.0. It doesn't discover 4.0 devices, and isn't discoverable with 4.0 devices. I tried both in the settings of the phone and in an app, using the Broadcom-ble API. The Broadcom API doesn't have any extra functionality for finding/discovering 4.0 devices, rather it uses the regular BluetoothAdapter functionality and claims that it will be augmented in 4.0 phones to also discover 4.0 devices.

Has anybody tried using bluetooth 4.0 on the S3? Has anyone succeeded in using the Broadcom API?

Thanks in advance.

Sourpuss answered 19/6, 2012 at 15:51 Comment(2)
what 4.0 devices are you trying to discover?Hurrah
I'm using a dev-kit that can emulate many profiles. I've tried Heart rate monitor profile for now.Sourpuss
E
2

A beta for Samsung BLE SDK has been released here. I am going to study this SDK and hopefully it solves some of my problems.

Egidius answered 29/4, 2013 at 9:57 Comment(2)
The documentations looks promising. How is your first impression?Saintsimon
This API requires and Samsung Galaxy device with Android 4.2 Is there such a device or update already available?Saintsimon
S
7

This is now a confirmed bug, that will be fixed "in future releases".

See this forum thread at Samsung.

Sourpuss answered 27/6, 2012 at 13:30 Comment(0)
E
2

A beta for Samsung BLE SDK has been released here. I am going to study this SDK and hopefully it solves some of my problems.

Egidius answered 29/4, 2013 at 9:57 Comment(2)
The documentations looks promising. How is your first impression?Saintsimon
This API requires and Samsung Galaxy device with Android 4.2 Is there such a device or update already available?Saintsimon
J
2

It has been reported by Andrew Dodd, a senior XDA developer, that the Galaxy S3 doesn't actually support Bluetooth Low Energy

The Galaxy S3 has been marketed as Bluetooth 4.0 Low Energy (aka Bluetooth Smart) since its release - but it is not actually BTLE capable -http://developer.samsung.com/forum/board/thread/view.do?boardName=GeneralB&messageId=157757 - Samsung is STILL advertising the device as BTLE capable when it is NOT, despite the fact that they have been aware of this false advertising for months.

Jaffna answered 18/10, 2015 at 16:24 Comment(0)
K
0

Update your phone to Jelly Bean, then download nRf Utility from the Play Store, it can scan BLE devices around you!

Khachaturian answered 23/11, 2012 at 6:15 Comment(2)
But that's all it does. You can't develop with that.Agar
nRF Utility app is working as well on my S3mini... I have tried to use the broadcom ble stack but it does not work (no method for getDeviceType)... Can someone explain how nRF Utility succeed to discover BLE devices... Any code available ?Bradfordbradlee
B
0

Samsung have a page at:

http://developer.samsung.com/ble

where you can download a Bluetooth LE SDK and sample code (registration is required, but otherwise it's automatic).

For what it's worth, there's an HTC page at:

http://www.htcdev.com/devcenter/opensense-sdk/partner-apis/bluetooth-low-energy/

where you can request access to their 'Partner APIs'. This needs license agreements to be signed (which for me means lots of lawyering) so I've not actually got code from them yet..

Ian

Break answered 2/5, 2013 at 8:30 Comment(0)
I
0

Refer this link http://e2e.ti.com/support/low_power_rf/f/538/p/240097/879328.aspx

http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/538/8880.S3-BLE.zip,

attachment package can run on Samsung S3, now it limit with discover BLE devices and pairing. Some recent days, i try to find out how to send/receive data. But still not any luck.

I hope it can help.

Intelligible answered 5/6, 2013 at 8:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.