Co-Epi / mobile-app

Initial ReactNative code for CoEpi app for both iOS and Android - this repo is no longer being used, please see app-ios and app-android repo's for latest native code versions
MIT License
25 stars 9 forks source link

iOS BLE advertising #4

Closed ivnsch closed 4 years ago

ivnsch commented 4 years ago

iOS advertising using core bluetooth, proof of concept.

For now it contains only a dummy read-only characteristic.

I was able to see the service using a BLE client app. It appears however listed under the iPhone, not as a standalone peripheral. It's supposed to appear as standalone. Maybe this behavior has changed in recent iOS versions, have to investigate that.

The uuids of the service and characteristic are here.

Added background modes for peripheral and central. It appears to work at least shortly after the app is put in the background. More testing needed.