Found 2 other functions taking a
tBTA_GATT_UNFMT
argument:
* Function BTA_GATTC_WriteCharDescr * Description This function is called to write descriptor value. * Parameters conn_id - connection ID * handle - descriptor handle to write. * write_type - write type. * p_value - the value to be written. * Returns None
* Function BTA_GATTC_PrepareWriteCharDescr * Description This function is called to prepare write a characteristic descriptor value. * Parameters conn_id - connection ID. * p_char_descr_id - GATT characteristic descriptor ID of the service. * offset - offset of the write value. * len: length of the data to be written. * p_value - the value to be written. * Returns None