pub const UNREAD_ALERT_STATUS: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2a45 Unread Alert Status
The Unread Alert Status characteristic is used to represent the number of unread alerts in the specific category.
§Structure
§Data Type
| Field | Category ID |
| Type | struct |
| Size | 1 |
§Description
Refer to Alert Category ID characteristic in sec:org.bluetooth.characteristic.alert_category_id
––///
§Data Type
| Field | Unread Count |
| Type | uint8 |
| Size | 1 |
§Description
This field provides the number of unread alerts in the server. The range is 0–254. The value of 255 means that there are more than 254 unread alerts in the server.