Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c933 slot = l2cap_find_slot_by_handle(p_data->l2c_read.handle); in btc_l2cap_cb_handler()
939 if (BTA_JvL2capReady(p_data->l2c_read.handle, &count) == BTA_JV_SUCCESS && count > 0) { in btc_l2cap_cb_handler()
947 … p_data_buf->len = BTA_JvL2capRead(p_data->l2c_read.handle, slot->id, p_data_buf->data, count); in btc_l2cap_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h411 tBTA_JV_L2CAP_READ l2c_read; /* BTA_JV_L2CAP_READ_EVT */ member