We are running a BLE server running debian & bluez 5.43. Other android apps such as bluepixel's BLE Scanner can find and connect to the device. However the device is not visible in paired or unpaired devices via this example app.
The docs state:
Reading and writing
In Android after you connect to peripheral write and read methods should work for most of devices out of the box. On ios with BLE it is little bit complicated, you need to know correct serice and characteristics UUIDs. Currently supported and preconfigured services are Red Bear lab, Adafruit BLE, Bluegiga, Laird Virtual Serial Port and Rongta. If you know about some services that you think should be supported send PR.
How do I configure the example app to connect to BLE peripherals?
We are running a BLE server running debian & bluez 5.43. Other android apps such as bluepixel's BLE Scanner can find and connect to the device. However the device is not visible in paired or unpaired devices via this example app.
The docs state:
How do I configure the example app to connect to BLE peripherals?