Home
last modified time | relevance | path

Searched refs:req_id (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h233 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */ member
243 UINT32 req_id; /* The req_id in the associated BTA_JvL2capReceive() */ member
253 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member
280 UINT32 req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member
341 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommRead() */ member
351 UINT32 req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member
741 extern int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len);
756 extern tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id,
785 extern tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id,
802 extern tBTA_JV_STATUS BTA_JvL2capWriteFixed(UINT16 channel, BD_ADDR *addr, UINT32 req_id,
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c692 int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead() argument
701 evt_data.req_id = req_id; in BTA_JvL2capRead()
728 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capReceive() argument
742 evt_data.req_id = req_id; in BTA_JvL2capReceive()
801 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite() argument
813 p_msg->req_id = req_id; in BTA_JvL2capWrite()
838 tBTA_JV_STATUS BTA_JvL2capWriteFixed(UINT16 channel, BD_ADDR *addr, UINT32 req_id, in BTA_JvL2capWriteFixed() argument
851 p_msg->req_id = req_id; in BTA_JvL2capWriteFixed()
1050 tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvRfcommRead() argument
1063 p_msg->req_id = req_id; in BTA_JvRfcommRead()
[all …]
Dbta_jv_act.c1539 evt_data.req_id = rc->req_id; in bta_jv_l2cap_read()
1581 evt_data.req_id = ls->req_id; in bta_jv_l2cap_write()
1619 evt_data.req_id = ls->req_id; in bta_jv_l2cap_write_fixed()
2322 evt_data.req_id = rc->req_id; in bta_jv_rfcomm_read()
2350 evt_data.req_id = wc->req_id; in bta_jv_rfcomm_write()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h229 UINT32 req_id; member
240 UINT32 req_id; member
252 UINT32 req_id; member
294 UINT32 req_id; member
322 UINT32 req_id; member
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.h507 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len);
Ddpp.c264 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len) in dpp_get_attr() argument
276 if (id == req_id) { in dpp_get_attr()
288 u16 req_id, u16 *ret_len) in dpp_get_attr_next() argument
304 if (id == req_id) { in dpp_get_attr_next()