This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Service is advertised, but not provided.

Hi Nordic!

I am building a Bluetooth application that uses Alert and Notification Service. We are using Evaluation board PCA10001, our code is based on the example app from board 6310.

The Central role is on iOS app. I can disover the peripheral and if I look at advertising data I see that service with correct UUID (1811) is being advertised. The service is, however, not discovered in later phase, which as I found out means that it is "not provided".

Attached is the source code for the application.

Here is a question I asked on StackOverflow, which lead to finding out that the iOS code is fine.

stackoverflow.com/.../ios-corebluetooth-services-never-discovered-but-are-visible-in-advertisingdata

ble_app_alert_notification.zip

Related