BLE_ANPS_SendUnreadAlertStat
C
uint16_t BLE_ANPS_SendUnreadAlertStat(uint16_t connHandle, uint8_t catId, uint8_t unreadCnt);Description
Send unread alert status.
Parameters
| Parameter | Description |
|---|---|
| [in] connHandle | The connection handle. |
| [in] catId | Category Id. See Category Id. |
| [in] unreadCnt | Unread count number. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully send unread alert status. |
| MBA_RES_OOM | Internal memory allocation failure. |
| MBA_RES_NO_RESOURCE | No available buffer for transmitting unread alert status. |
| MBA_RES_INVALID_PARA | Invalid parameters. |
