BLE_ANPC_EnableNewAlertNtfy

C

uint16_t BLE_ANPC_EnableNewAlertNtfy(uint16_t connHandle, bool enable);

Description

Enables or disables notifications for new alerts.

Parameters

ParameterDescription
[in] connHandleThe connection handle to identify the BLE connection.
[in] enableSet to true to enable notifications; false to disable.

Return values

Return valueDescription
MBA_RES_SUCCESSThe operation was successful.
MBA_RES_INVALID_PARAThe connection handle is invalid.
MBA_RES_OOMInternal memory allocation failure.