Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_jv_api.h664 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id,
/system/bt/bta/jv/
Dbta_jv_api.c624 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead() function
/system/bt/btif/src/
Dbtif_sock_l2cap.c727 if (BTA_JvL2capRead(sock->handle, sock->id, buffer, count) == BTA_JV_SUCCESS) { in on_l2cap_data_ind()