Home
last modified time | relevance | path

Searched refs:send_rsp (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c84 if (src->send_rsp.rsp) { in btc_gatts_arg_deep_copy()
85 dst->send_rsp.rsp = (esp_gatt_rsp_t *) osi_malloc(sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy()
86 if (dst->send_rsp.rsp) { in btc_gatts_arg_deep_copy()
87 memcpy(dst->send_rsp.rsp, src->send_rsp.rsp, sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy()
181 if (arg->send_rsp.rsp) { in btc_gatts_arg_deep_free()
182 osi_free(arg->send_rsp.rsp); in btc_gatts_arg_deep_free()
675 esp_gatt_rsp_t *p_rsp = arg->send_rsp.rsp; in btc_gatts_call_handler()
680 BTA_GATTS_SendRsp(arg->send_rsp.conn_id, arg->send_rsp.trans_id, in btc_gatts_call_handler()
681 arg->send_rsp.status, &rsp_struct); in btc_gatts_call_handler()
684 BTA_GATTS_SendRsp(arg->send_rsp.conn_id, arg->send_rsp.trans_id, in btc_gatts_call_handler()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c293 arg.send_rsp.conn_id = BTC_GATT_CREATE_CONN_ID(gatts_if, conn_id); in esp_ble_gatts_send_response()
294 arg.send_rsp.trans_id = trans_id; in esp_ble_gatts_send_response()
295 arg.send_rsp.status = status; in esp_ble_gatts_send_response()
296 arg.send_rsp.rsp = rsp; in esp_ble_gatts_send_response()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h125 } send_rsp; member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c2818 goto send_rsp; in lpn_timeout_get()
2824 goto send_rsp; in lpn_timeout_get()
2829 send_rsp: in lpn_timeout_get()