Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c958 slot = l2cap_find_slot_by_handle(p_data->l2c_write.handle); in btc_l2cap_cb_handler()
960 … BTC_TRACE_ERROR("%s unable to find L2CAP slot!, handle:%d", __func__, p_data->l2c_write.handle); in btc_l2cap_cb_handler()
969 if (p_data->l2c_write.status == BTA_JV_SUCCESS) { in btc_l2cap_cb_handler()
970 p_buf->len -= p_data->l2c_write.len; in btc_l2cap_cb_handler()
971 p_buf->offset += p_data->l2c_write.len; in btc_l2cap_cb_handler()
981 !p_data->l2c_write.cong) { in btc_l2cap_cb_handler()
984 …BTA_JvL2capWrite(p_data->l2c_write.handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (voi… in btc_l2cap_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h412 tBTA_JV_L2CAP_WRITE l2c_write; /* BTA_JV_L2CAP_WRITE_EVT */ member