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 145 #define BTA_JV_L2CAP_READ_EVT 22 /* the result for BTA_JvL2capRead */
237 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */
239 * parameter in BTA_JvL2capRead () */
632 * Function BTA_JvL2capRead
642 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
    [all...]
  /system/bt/bta/jv/
bta_jv_api.cc 411 * Function BTA_JvL2capRead
421 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
  /system/bt/btif/src/
btif_sock_l2cap.cc 664 if (BTA_JvL2capRead(sock->handle, sock->id, buffer.data(), count) ==
    [all...]

Completed in 135 milliseconds