Home
last modified time | relevance | path

Searched refs:esp_gatt_rsp_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h24 void btc_to_bta_response(tBTA_GATTS_RSP *rsp_struct, esp_gatt_rsp_t *p_rsp);
Dbtc_gatts.h117 esp_gatt_rsp_t *rsp;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c113 void btc_to_bta_response(tBTA_GATTS_RSP *p_dest, esp_gatt_rsp_t *p_src) in btc_to_bta_response()
Dbtc_gatts.c87 dst->send_rsp.rsp = (esp_gatt_rsp_t *) osi_malloc(sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy()
89 memcpy(dst->send_rsp.rsp, src->send_rsp.rsp, sizeof(esp_gatt_rsp_t)); in btc_gatts_arg_deep_copy()
683 esp_gatt_rsp_t *p_rsp = arg->send_rsp.rsp; in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h605 } esp_gatt_rsp_t; typedef
Desp_gatts_api.h516 esp_gatt_status_t status, esp_gatt_rsp_t *rsp);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c295 esp_gatt_status_t status, esp_gatt_rsp_t *rsp) in esp_ble_gatts_send_response()