Home
last modified time | relevance | path

Searched refs:tBTA_GATTS_RSP (Results 1 – 8 of 8) 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);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c454 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg) in BTA_GATTS_SendRsp()
457 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP); in BTA_GATTS_SendRsp()
468 p_buf->p_rsp = (tBTA_GATTS_RSP *)(p_buf + 1); in BTA_GATTS_SendRsp()
469 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP)); in BTA_GATTS_SendRsp()
/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.c686 tBTA_GATTS_RSP rsp_struct; in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h125 tBTA_GATTS_RSP *p_rsp;
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h554 typedef tGATTS_RSP tBTA_GATTS_RSP; typedef
1467 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg);
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c108 tBTA_GATTS_RSP rsp; in blufi_profile_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c550 tBTA_GATTS_RSP rsp = {0}; in bt_mesh_bta_gatts_cb()