Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c844 tBTA_GATTC_EXEC_CMPL *exec_cmpl = &arg->exec_cmpl; in btc_gattc_cb_handler() local
846 gattc_if = BTC_GATT_GET_GATT_IF(exec_cmpl->conn_id); in btc_gattc_cb_handler()
847 param.exec_cmpl.conn_id = BTC_GATT_GET_CONN_ID(exec_cmpl->conn_id); in btc_gattc_cb_handler()
848 param.exec_cmpl.status = exec_cmpl->status; in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h161 … } exec_cmpl; /*!< Callback parameter for the event `ESP_GATTC_EXEC_EVT` */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h442 tBTA_GATTC_EXEC_CMPL exec_cmpl; /* execute complete */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1445 cb_data.exec_cmpl.conn_id = p_clcb->bta_conn_id; in bta_gattc_exec_cmpl()
1446 cb_data.exec_cmpl.status = p_data->status; in bta_gattc_exec_cmpl()