All Questions
Tagged with android-ble android-5.0-lollipop
3
questions
4
votes
1
answer
4k
views
Bluetooth GATT onConnectionState Change does not work on Lollipop
I currently have a method which writes to the BLE devices to beep it. My Bluetooth Callback goes as follows :
public class ReadWriteCharacteristic extends BluetoothGattCallback {
public ...
4
votes
2
answers
704
views
Android BLE characteristic read/Write failed in Lollipop but worked in Kitkat
As per title i am able to do read/write data successfully in below lollipop but in lollipop many times i am getting read/write fails.
this is how i am doing read/write data:
boolean isRead= ...
1
vote
0
answers
187
views
New Lollipop BLE API does not detect all advertising packets
I have seen a few posts with the same question but I have no been able to get a solution for my problem.
I see that the callback function (onScanResult) for the new BLE API detects advertising ...