Bluetooth connection between Android and Linux (RPi) lost on first write action

雨燕双飞 提交于 2019-12-03 01:30:26
Kaj Nelissen

It turned out that the default Bluez configuration on Debian was the cause of the connection issues (as described in this answer. Disabling the pnat plugin in /etc/bluetooth/main.conf allowed for communication between Android and the RPi.

DisablePlugins = pnat

For future reference, the UUID used by the applications is 00000003-0000-1000-8000-00805F9B34FB.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!