BLE_ANPC_ReadSuppUnreadAlertCat
C
uint16_t BLE_ANPC_ReadSuppUnreadAlertCat(uint16_t connHandle);Description
Requests the value of the Supported Unread Alert Category from the server.
Parameters
| Parameter | Description |
|---|---|
| [in] connHandle | The connection handle to identify the BLE connection. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | The read request was successfully issued. |
| MBA_RES_INVALID_PARA | The connection handle is invalid. |
| MBA_RES_FAIL | The read request failed to issue. |
