0

I am trying to connect my Android phone to Intel Edison via BLE.
I want to make sure BT is turned off and BLE is on.

rtruszk
  • 3,902
  • 13
  • 36
  • 53
Tonu
  • 23
  • 5

1 Answers1

0

Since both modes, classic BR/EDR and LE, are usually controlled by the same microcontroller, this wont work.

I did not find any way to disable BR/EDR functionality on the software side.

Dominik Gebhart
  • 2,980
  • 1
  • 16
  • 28
  • Thanks Dominik, Do you know any way to start Gatt server on Intel Edison and connect it to android phone over BLE? – Tonu Jul 31 '15 at 08:57
  • Sorry, i dont own such board, maybe the following howto gives hints on how to do it https://software.intel.com/en-us/articles/connecting-to-intel-edison-from-android-with-bluetooth-le-ble – Dominik Gebhart Jul 31 '15 at 12:16