13.3.3.6 APP_TRPS_SendNotification
C
uint16_t APP_TRPS_SendNotification(uint8_t opcode, uint8_t ntfyId);Description
Send Control notify data through TRPS control service
Parameters
| Parameter | Description | 
|---|---|
| [in] opcode | opcode specific to the profile | 
| [in] ntfyId | Control Notify ID | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Execution successfully | 
| MBA_RES_FAIL | Execution fail | 
| MBA_RES_INVALID_PARA | Invalid parameters | 
| MBA_RES_OOM | Out of memory | 
