Home
last modified time | relevance | path

Searched defs:req_id (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_bta_jv_api.cc63 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()
/aosp12/system/bt/bta/jv/
H A Dbta_jv_api.cc321 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead()
385 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg, in BTA_JvL2capWrite()
542 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id) { in BTA_JvRfcommWrite()
H A Dbta_jv_act.cc1109 void bta_jv_l2cap_write(uint32_t handle, uint32_t req_id, BT_HDR* msg, in bta_jv_l2cap_write()
1645 void bta_jv_rfcomm_write(uint32_t handle, uint32_t req_id, tBTA_JV_RFC_CB* p_cb, in bta_jv_rfcomm_write()
/aosp12/system/bt/bta/include/
H A Dbta_jv_api.h235 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member
245 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member
309 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member