nRF5 SDK v17.1.0
Data Fields
ble_ans_c_service_t Struct Reference

Structure for holding information on the Alert Notification Service, if found on the server. More...

#include <ble_ans_c.h>

Data Fields

ble_gattc_service_t service
 
ble_gattc_char_t alert_notif_ctrl_point
 
ble_gattc_char_t suported_new_alert_cat
 
ble_gattc_char_t suported_unread_alert_cat
 
ble_gattc_char_t new_alert
 
ble_gattc_desc_t new_alert_cccd
 
ble_gattc_char_t unread_alert_status
 
ble_gattc_desc_t unread_alert_cccd
 

Detailed Description

Structure for holding information on the Alert Notification Service, if found on the server.

Field Documentation

ble_gattc_char_t ble_ans_c_service_t::alert_notif_ctrl_point

Characteristic for the Alert Notification Control Point. See BLE_UUID_ALERT_NOTIFICATION_CONTROL_POINT_CHAR.

ble_gattc_char_t ble_ans_c_service_t::new_alert

Characteristic for the New Alert Notification. See BLE_UUID_NEW_ALERT_CHAR.

ble_gattc_desc_t ble_ans_c_service_t::new_alert_cccd

Characteristic Descriptor for the New Alert category. Enables or disables GATT notifications.

ble_gattc_service_t ble_ans_c_service_t::service

The GATT service that holds the discovered Alert Notification Service.

ble_gattc_char_t ble_ans_c_service_t::suported_new_alert_cat

Characteristic for the Supported New Alert category. See BLE_UUID_SUPPORTED_NEW_ALERT_CATEGORY_CHAR.

ble_gattc_char_t ble_ans_c_service_t::suported_unread_alert_cat

Characteristic for the Unread Alert category. See BLE_UUID_SUPPORTED_UNREAD_ALERT_CATEGORY_CHAR.

ble_gattc_desc_t ble_ans_c_service_t::unread_alert_cccd

Characteristic Descriptor for the Unread Alert category. Enables or disables GATT notifications

ble_gattc_char_t ble_ans_c_service_t::unread_alert_status

Characteristic for the Unread Alert Notification. See BLE_UUID_UNREAD_ALERT_CHAR.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated