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

Android BLE profiles

Does the android 4.3 or 4.4 has an implementation of Alert Notification Profile server?

Parents
  • Hi Sherin,

    I just tested the ble_app_alert_notification and the bin file included on Master Control Panel, and everything work as described in the documentation. Please be sure that you click Stop Server and Start Server after you load the bin file.

    Regarding removing the unread/new message and calls. The device is the client and it will not automatically update the number of unread/new message. You would need to count the number on the server (phone), and send an notification on the number of unread/new message to the client (the device).

    This is mentioned in the Alert Notification Service Spec: "If a client has configured notifications on the New Alert characteristic, notifications shall be sent when the count of new alerts changes in the server for an enabled category"

Reply
  • Hi Sherin,

    I just tested the ble_app_alert_notification and the bin file included on Master Control Panel, and everything work as described in the documentation. Please be sure that you click Stop Server and Start Server after you load the bin file.

    Regarding removing the unread/new message and calls. The device is the client and it will not automatically update the number of unread/new message. You would need to count the number on the server (phone), and send an notification on the number of unread/new message to the client (the device).

    This is mentioned in the Alert Notification Service Spec: "If a client has configured notifications on the New Alert characteristic, notifications shall be sent when the count of new alerts changes in the server for an enabled category"

Children
No Data
Related