Home
last modified time | relevance | path

Searched refs:BTA_JvRfcommWrite (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c907 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()
1151BTA_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()
1260BTA_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/
Dbta_jv_api.h923 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/
Dbta_jv_api.c1143 tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data) in BTA_JvRfcommWrite() function