BLE_ANPC_ReadSuppNewAlertCat
C
uint16_t BLE_ANPC_ReadSuppNewAlertCat(uint16_t connHandle);
Description
Requests the value of the Supported New 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. |