Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c702BTA_JvL2capWrite(handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (void *)slot->id); in btc_l2cap_write()
926BTA_JvL2capWrite(p_data->l2c_cong.handle, slot->id, p_buf->data + p_buf->offset, p_buf->len, (void… in btc_l2cap_cb_handler()
984BTA_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.h785 extern tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id,
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c806 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite() function