1.2.2.3.1.1.4.7 BLE_ANCS_PerformNtfyAction

C

uint16_t BLE_ANCS_PerformNtfyAction(uint16_t connHandle, uint32_t ntfyId, BLE_ANCS_ActionId_T actId);

Description

Perform a predetermined action on a specific iOS notification.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue a Perform Notification Action command.
MBA_RES_FAILOperation is not permitted.
MBA_RES_OOMNo available buffer.
MBA_RES_INVALID_PARAInvalid parameters. One of the following reasons: - Connection handle is not valid - Invalid write parameters. See GATTC_WriteParams_T for valid values.
MBA_RES_NO_RESOURCENo available resource to send write operation.
MBA_RES_BUSYGATT Client is busy. Another request is ongoing.