A
AC Question
How to us Low Energy bluetooth to connect to a bluetooth device
I made an app that connects to an arduino via bluetooth, and it works fine on andoid 5.1.1, but it no longer works on android 6.0.
I found out that in 6.0, I have to use Bluetooth LE, but when I import the bluetooth Low Energy libraries, I get:
I get "cannot resolve symbol LE"
Can someone please help me fix this bluetooth connection, so that it works on android 6.0?
Thanks in advance.
I made an app that connects to an arduino via bluetooth, and it works fine on andoid 5.1.1, but it no longer works on android 6.0.
I found out that in 6.0, I have to use Bluetooth LE, but when I import the bluetooth Low Energy libraries, I get:
I get "cannot resolve symbol LE"
Can someone please help me fix this bluetooth connection, so that it works on android 6.0?
Thanks in advance.