Searched defs:req_id (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_bta_jv_api.cc | 63 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead() 77 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg, in BTA_JvL2capWrite() 106 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id) { in BTA_JvRfcommWrite()
|
| /packages/modules/Bluetooth/system/bta/jv/ |
| D | bta_jv_api.cc | 323 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead() 387 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg, in BTA_JvL2capWrite() 544 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id) { in BTA_JvRfcommWrite()
|
| D | bta_jv_act.cc | 1189 void bta_jv_l2cap_write(uint32_t handle, uint32_t req_id, BT_HDR* msg, in bta_jv_l2cap_write() 1730 void bta_jv_rfcomm_write(uint32_t handle, uint32_t req_id, tBTA_JV_RFC_CB* p_cb, in bta_jv_rfcomm_write()
|
| /packages/modules/Bluetooth/system/bta/include/ |
| D | bta_jv_api.h | 260 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member 270 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member 334 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member
|