Found 7 other functions taking a
tGATTS_RSP
argument:
* Function BTA_GATTS_SendRsp * Description This function is called to send a response to a request. * Parameters conn_id - connection identifier. * trans_id - transaction ID. * status - response status * p_msg - response data. * Returns None
* Function GATTS_SendRsp * Description This function sends the server response to client. * Parameter conn_id: connection identifier. * trans_id: transaction id * status: response status * p_msg: pointer to message parameters structure. * Returns GATT_SUCCESS if successfully sent; otherwise error code.
* Function gatt_sr_process_app_rsp * Description This function checks whether the response message from application * match any pending request or not. * Returns void
* GAP Attributes Database Read/Read Blob Request process
* Function gatt_proc_read * Description GATT Attributes Database Read/Read Blob Request process * Returns GATT_SUCCESS if successfully sent; otherwise error code.
* Function process_read_multi_rsp * Description This function check the read multiple response. * Returns BOOLEAN if all replies have been received