BTA_JvL2capWrite() function
* Function BTA_JvL2capWrite * Description This function writes data to an L2CAP connection * When the operation is complete, tBTA_JV_L2CAP_CBACK is * called with BTA_JV_L2CAP_WRITE_EVT. Works for * PSM-based connections * Returns BTA_JV_SUCCESS, if the request is being processed. * BTA_JV_FAILURE, otherwise.
![]()
tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data,![]()
extern tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id,![]()
BTA_JvL2capWrite(handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (void *)slot->id);![]()
BTA_JvL2capWrite(p_data->l2c_cong.handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (void *)slot->id);![]()
BTA_JvL2capWrite(p_data->l2c_write.handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (void *)slot->id);
BTA_JvL2capWrite() is called by 2 functions and calls 4 functions:
![]()
BTA_JvL2capWrite()
BTA_JvL2capWrite() reads 7 variables and writes 7 variables:
![]()
BTA_JvL2capWrite()