Home
last modified time | relevance | path

Searched refs:tBTA_GATTS_API_RSP (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h126 } tBTA_GATTS_API_RSP; typedef
174 tBTA_GATTS_API_RSP api_rsp;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c456 tBTA_GATTS_API_RSP *p_buf; in BTA_GATTS_SendRsp()
457 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP); in BTA_GATTS_SendRsp()
459 if ((p_buf = (tBTA_GATTS_API_RSP *) osi_malloc(len)) != NULL) { in BTA_GATTS_SendRsp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c70 memset(&rsp, 0, sizeof(tBTA_GATTS_API_RSP)); in airsync_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c82 memset(&rsp, 0, sizeof(tBTA_GATTS_API_RSP)); in button_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c152 memset(&rsp, 0, sizeof(tBTA_GATTS_API_RSP)); in blufi_profile_cb()