mbc_master_get_cid_info() function
Get information about supported characteristic defined as cid. Uses parameter description table to get this information. The function will check if characteristic defined as a cid parameter is supported and returns its description in param_info. Returns ESP_ERR_NOT_FOUND if characteristic is not supported.
Arguments
param_info
pointer to pointer of characteristic data.
Return value
- esp_err_t ESP_OK - request was successful and buffer contains the supported characteristic name - esp_err_t ESP_ERR_INVALID_ARG - invalid argument of function - esp_err_t ESP_ERR_NOT_FOUND - the characteristic (cid) not found - esp_err_t ESP_FAIL - unknown error during lookup table processing