Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_api.c624 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead()
694 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite()
733 tBTA_JV_STATUS BTA_JvL2capWriteFixed(UINT16 channel, BD_ADDR *addr, UINT32 req_id, in BTA_JvL2capWriteFixed()
934 tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id) in BTA_JvRfcommWrite()
Dbta_jv_int.h216 UINT32 req_id; member
228 UINT32 req_id; member
241 UINT32 req_id; member
295 UINT32 req_id; member
/system/bt/bta/include/
Dbta_jv_api.h238 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */ member
249 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member
261 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member
336 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member
/system/bt/btif/src/
Dbtif_sock_l2cap.c645 static void on_l2cap_write_done(void* req_id, uint16_t len, uint32_t id) in on_l2cap_write_done()
670 static void on_l2cap_write_fixed_done(void* req_id, uint16_t len, uint32_t id) in on_l2cap_write_fixed_done()