Searched defs:req_id (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/jv/ |
D | bta_jv_api.cc | 421 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead() 485 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg, in BTA_JvL2capWrite() 511 uint32_t req_id, tBTA_JV_L2CAP_CBACK* p_cback, in BTA_JvL2capWriteFixed() 662 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id) { in BTA_JvRfcommWrite()
|
D | bta_jv_act.cc | 1144 void bta_jv_l2cap_write(uint32_t handle, uint32_t req_id, BT_HDR* msg, in bta_jv_l2cap_write() 1196 uint32_t req_id, BT_HDR* msg, uint32_t user_id, in bta_jv_l2cap_write_fixed() 1735 void bta_jv_rfcomm_write(uint32_t handle, uint32_t req_id, tBTA_JV_RFC_CB* p_cb, in bta_jv_rfcomm_write()
|
/system/bt/bta/include/ |
D | bta_jv_api.h | 237 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member 247 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member 257 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member 321 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member
|