Is it possible for a Bluetooth 4.0 chip to interact with an Android phone with Bluetooth 2.0 via the Android SDK support for Bluetooth?
-
Just a question, what phone are you using for these tests? I do not know of any BT 4.0 Android phones! – Radu Dec 29 '11 at 15:30
2 Answers
Yes - If the 4.0 chip supports dual mode Bluetooth (Bluetooth Low Energy and Standard Bluetooth ) and if they have compatible profiles.
Note - Bluetooth 4.0 can also be single mode (Bluetooth Low Energy only) chips, those devices will not be able to talk to Legacy Bluetooth Devices. These single mode devices will typically be found in sensor devices. Phones will typically have dual mode Bluetooth 4.0

- 6,897
- 2
- 26
- 39
-
1could you point me to some technical documentation or references by any chance? Thanks for the wonderful response. – Sheehan Alam Apr 27 '11 at 05:46
-
5This is a good introductory authentic information. https://www.bluetooth.org/Building/HowTechnologyWorks/CoreSpecifications.htm#v4_0 (Please do vote up / accept the answer) – Dennis Mathews Apr 27 '11 at 06:13
-
@DennisMathews: Is it possible to create a sensor with dual mode Bluetooth 4.0, if is it so, then how to done it, is there any documents or website available to tutor that. – Abdul Rahman Nov 01 '12 at 06:48
Just as a clarification, dual mode Bluetooth is most commonly called "Bluetooth Smart Ready" in marketing. Single mode Bluetooth, or Bluetooth low energy, is marketed as "Bluetooth Smart".
As the pervious answer indicates, if your module is Bluetooth Smart Ready it will be able to talk to both all older Bluetooth variants (1.1, 2.0, 2.1, 3.0 etc) and the newer Bluetooth Smart devices. However if it is a Bluetooth Smart device it will only be able to communicate with other Bluetooth Smart devices or Bluetooth Smart Ready devices.

- 32,008
- 25
- 109
- 114

- 61
- 1
-
1If posting links to your own site, please disclose that fact. Self-promotion is frowned upon. – LittleBobbyTables - Au Revoir Aug 18 '12 at 16:24