Searched defs:req_id (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 697 int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead() 733 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capReceive() 806 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite() 843 tBTA_JV_STATUS BTA_JvL2capWriteFixed(UINT16 channel, BD_ADDR *addr, UINT32 req_id, in BTA_JvL2capWriteFixed() 1054 tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvRfcommRead() 1143 tBTA_JV_STATUS BTA_JvRfcommWrite(UINT32 handle, UINT32 req_id, int len, UINT8 *p_data) in BTA_JvRfcommWrite()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 233 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
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/ |
D | bta_jv_int.h | 229 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-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 264 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len) in dpp_get_attr() 288 u16 req_id, u16 *ret_len) in dpp_get_attr_next()
|