Searched refs:BTA_JvRfcommWrite (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 907 BTA_JvRfcommWrite(arg->write.handle, slot->id, item_size, data); in btc_spp_write() 911 BTA_JvRfcommWrite(arg->write.handle, slot->id, arg->write.len, arg->write.p_data); in btc_spp_write() 1139 BTA_JvRfcommWrite(p_data->rfc_write.handle, slot->id, item_size, data); in btc_spp_cb_handler() 1151 … BTA_JvRfcommWrite(p_data->rfc_write.handle, slot->id, slot->write_data_len, slot->write_data); in btc_spp_cb_handler() 1256 BTA_JvRfcommWrite(p_data->rfc_cong.handle, slot->id, item_size, data); in btc_spp_cb_handler() 1260 … BTA_JvRfcommWrite(p_data->rfc_cong.handle, slot->id, slot->write_data_len, slot->write_data); in btc_spp_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 923 extern tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 1143 tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data) in BTA_JvRfcommWrite() function
|