hids_client_enable_notifications() function
Enable all notifications. Event GATTSERVICE_SUBEVENT_HID_SERVICE_REPORTS_NOTIFICATION reports current configuration.
Syntax
uint8_t hids_client_enable_notifications(uint16_t hids_cid); Return value
status ERROR_CODE_SUCCESS on success, otherwise ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER, or ERROR_CODE_COMMAND_DISALLOWED if client is in wrong state.