BTA_JvRfcommWrite() function
* Function BTA_JvRfcommWrite * Description This function writes data to an RFCOMM connection * Returns BTA_JV_SUCCESS, if the request is being processed. * BTA_JV_FAILURE, otherwise.
![]()
tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data)![]()
extern tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data);![]()
BTA_JvRfcommWrite(arg->write.handle, slot->id, item_size, data);![]()
BTA_JvRfcommWrite(arg->write.handle, slot->id, arg->write.len, arg->write.p_data);![]()
BTA_JvRfcommWrite(p_data->rfc_write.handle, slot->id, item_size, data);![]()
BTA_JvRfcommWrite(p_data->rfc_write.handle, slot->id, slot->write_data_len, slot->write_data);![]()
BTA_JvRfcommWrite(p_data->rfc_cong.handle, slot->id, item_size, data);![]()
BTA_JvRfcommWrite(p_data->rfc_cong.handle, slot->id, slot->write_data_len, slot->write_data);
BTA_JvRfcommWrite() is called by 2 functions and calls 4 functions:
![]()
BTA_JvRfcommWrite()
BTA_JvRfcommWrite() reads 11 variables and writes 7 variables:
![]()
BTA_JvRfcommWrite()