zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Bluetooth Peripheral Sample won't pair with certain Android devices #71

Closed zephyrbot closed 7 years ago

zephyrbot commented 7 years ago

Reported by James Munns:

When pairing the samples/bluetooth/peripheral application with an nRF52-DK (PCA10040 board), I was unable to pair my android device to the board. Pairing with iOS and other Android devices seems to work

For reference, the Android device that did NOT work was a OnePlus 2, using Android version 6.0.1.

The Android device that DID work was a 2014 Samsung Galaxy Note, running Android 5.1.1.

Originally I used Zephyr SDK version 0.9, and was using the zephyr-project from master, SHA 259949d10ede6fa07dd3c5e83f89aee54802b933. After some debugging in IRC, I also tried using a patch provided by Luiz Augusto bon Dentz, with a commit SHA of 351fa0e18e3cab6ab60123c9ffb9608098018f8f.

An output of the console with lots of logging enabled looks like this: https://gist.github.com/jamesmunns/d10174fff359c1650e081cd416a6c1c9

Please let me know if there is any additional information that would be helpful.

(Imported from Jira SDK-53)

zephyrbot commented 7 years ago

by Carles Cufi:

https://jira.zephyrproject.org/projects/ZEP/issues/ZEP-1997