BTA_GATTC_WriteCharValue() function
* Function BTA_GATTC_WriteCharValue * Description This function is called to write characteristic value. * Parameters conn_id - connection ID. * handle - characteristic handle to write. * write_type - type of write. * len: length of the data to be written. * p_value - the value to be written. * Returns None