Home
last modified time | relevance | path

Searched refs:rsp_struct (Results 1 – 2 of 2) 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/btc/profile/std/gatt/
Dbtc_gatts.c686 tBTA_GATTS_RSP rsp_struct; in btc_gatts_call_handler() local
687 btc_to_bta_response(&rsp_struct, p_rsp); in btc_gatts_call_handler()
689 arg->send_rsp.status, &rsp_struct); in btc_gatts_call_handler()
690 param.rsp.handle = rsp_struct.attr_value.handle; in btc_gatts_call_handler()