BTA_JvL2capRead() function
* Function BTA_JvL2capRead * Description This function reads data from an L2CAP connecti; tBTA_JV_RFC_CB *p_cb = rc->p_cb; on * When the operation is complete, tBTA_JV_L2CAP_CBACK is * called with BTA_JV_L2CAP_READ_EVT. * Returns Length of read data.
![]()
int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)![]()
extern int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len);![]()
p_data_buf->len = BTA_JvL2capRead(p_data->data_ind.handle, slot->id, p_data_buf->data, count);![]()
p_data_buf->len = BTA_JvL2capRead(p_data->l2c_read.handle, slot->id, p_data_buf->data, count);
BTA_JvL2capRead() is called by 1 function and calls 4 functions:
![]()
BTA_JvL2capRead()
BTA_JvL2capRead() reads 7 variables and writes 5 variables:
![]()
BTA_JvL2capRead()