HomeSort by relevance Sort by last modified time
    Searched refs:BTA_JvL2capRead (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/include/
bta_jv_api.h 142 #define BTA_JV_L2CAP_READ_EVT 22 /* the result for BTA_JvL2capRead */
238 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */
240 * parameter in BTA_JvL2capRead () */
654 ** Function BTA_JvL2capRead
664 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id,
    [all...]
  /system/bt/bta/jv/
bta_jv_api.c 612 ** Function BTA_JvL2capRead
624 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.c 727 if (BTA_JvL2capRead(sock->handle, sock->id, buffer, count) == BTA_JV_SUCCESS) {
    [all...]

Completed in 88 milliseconds