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

How to detect service change of ANCS gatt server

Hi,

I would like to know how to detect the service change of the ANCS gatt server.

Thank you! Joseph

Parents
  • @Joseph: According to the spec of ANCS " the NC (notification consumer) should look for and subscribe to the Service Changed characteristic of the GATT service in order to monitor for the potential publishing and unpublishing of the ANCS at any time."

    What it means is the client should enable indication on the service changed characteristic. And it will receive an indication (BLE_GATTC_EVT_HVX event) when there's a service change.

    [EDIT] changed from "need to" to "should"

Reply
  • @Joseph: According to the spec of ANCS " the NC (notification consumer) should look for and subscribe to the Service Changed characteristic of the GATT service in order to monitor for the potential publishing and unpublishing of the ANCS at any time."

    What it means is the client should enable indication on the service changed characteristic. And it will receive an indication (BLE_GATTC_EVT_HVX event) when there's a service change.

    [EDIT] changed from "need to" to "should"

Children
Related