juliansteenbakker / flutter_ble_peripheral

A Flutter package for advertising BLE data in peripheral mode
BSD 3-Clause "New" or "Revised" License
72 stars 50 forks source link

Establish the connection #118

Open oshrimaayan opened 1 year ago

oshrimaayan commented 1 year ago

After advertising, the other app is trying to connect but doesn't get a response. Can you please document this step?

How do I establish the connection and start to move data between the apps?

zhuwei commented 10 months ago

I have the same question, doesn't this library have this feature? What's the use of that?

ekuleshov commented 8 months ago

To allow incoming connection it has to provide a GATT server. E.g. see https://github.com/juliansteenbakker/flutter_ble_peripheral/pull/155