Searched refs:BTA_JvL2capRead (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 741 extern int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 904 … p_data_buf->len = BTA_JvL2capRead(p_data->data_ind.handle, slot->id, p_data_buf->data, count); 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/jv/ |
D | bta_jv_api.c | 697 int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead() function
|