-
Hi, I'm running the GATT Server Example on a Raspberry Pi, and interfacing with it through a BLE App on my phone. The app will pick it up and connect, and I'm able to see the service and send data, however the server doesn't seem to acknowledge that any sort of connection was made, nor output data sent to it. It also seems to like to frequently get stuck on a pairing loop with my phone, constantly prompting "raspberrypi would like to pair with your iPhone" Any ideas? This is the latest main branch with BlueZ 5.50 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is most likely a problem with the Bluetooth daemon. Could you try with a more recent BlueZ version? |
Beta Was this translation helpful? Give feedback.
-
You can register an agent if you need to do pairing. Another option is to change the security of your GATT properties, so that they do not require a secure connection. |
Beta Was this translation helpful? Give feedback.
This is most likely a problem with the Bluetooth daemon. Could you try with a more recent BlueZ version?