tongo / ble-java

A Java BLE (bluetooth 4.0) library for bluez.
MIT License
42 stars 19 forks source link

BleApplicationListener not called #15

Open LucBerge opened 3 years ago

LucBerge commented 3 years ago

Under iOS

In the MainExample, everything is working fine except the BleApplicationListener. deviceDisconnected and deviceConnected are never called even though I succesfully connect and disconnect with nRFconnect.

Rasbian-Lite Buster on RaspberryPi 4.

Working fine with an Android as a client...