Home
last modified time | relevance | path

Searched refs:rfc_write (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c1102 slot = spp_find_slot_by_handle(p_data->rfc_write.handle); in btc_spp_cb_handler()
1104 … BTC_TRACE_ERROR("%s unable to find RFCOMM slot!, handle:%d", __func__, p_data->rfc_write.handle); in btc_spp_cb_handler()
1107 param.write.status = slot ? p_data->rfc_write.status : ESP_SPP_NO_CONNECTION; in btc_spp_cb_handler()
1108 param.write.handle = p_data->rfc_write.handle; in btc_spp_cb_handler()
1109 param.write.len = p_data->rfc_write.len; in btc_spp_cb_handler()
1110 param.write.cong = p_data->rfc_write.cong; in btc_spp_cb_handler()
1120 if (p_data->rfc_write.status == BTA_JV_SUCCESS) { in btc_spp_cb_handler()
1133 if (!p_data->rfc_write.cong) { in btc_spp_cb_handler()
1139 BTA_JvRfcommWrite(p_data->rfc_write.handle, slot->id, item_size, data); in btc_spp_cb_handler()
1143 if (!p_data->rfc_write.old_cong) { in btc_spp_cb_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h422 tBTA_JV_RFCOMM_WRITE rfc_write; /* BTA_JV_RFCOMM_WRITE_EVT */ member