Searched defs:req_id (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_bta_jv_api.cc | 65 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead() 79 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg, in BTA_JvL2capWrite() 108 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 | 1138 void bta_jv_l2cap_write(uint32_t handle, uint32_t req_id, BT_HDR* msg, in bta_jv_l2cap_write() 1679 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 | 238 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member 248 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member 312 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member
|