BLE_ANPC_ReadSuppUnreadAlertCat
C
uint16_t BLE_ANPC_ReadSuppUnreadAlertCat(uint16_t connHandle);Description
Read the value of Supported Unread Alert Category.
Application must call this API after starting BLE Alert Notification Client procedure.
Parameters
| Parameter | Description | 
|---|---|
| [in] connHandle | Handle of the connection. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully issue a read Supported Unread Alert Category packet. | 
| MBA_RES_INVALID_PARA | Invalid connection handle. | 
| MBA_RES_FAIL | Fail to issue a read Supported Unread Alert Category packet. | 
