Home
last modified time | relevance | path

Searched refs:op_cmpl (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1492 UINT8 op = (UINT8)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl()
1528 p_data->op_cmpl.status = GATT_ERROR; in bta_gattc_op_cmpl()
1533 bta_gattc_read_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1537 bta_gattc_write_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1541 bta_gattc_exec_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1545 bta_gattc_cfg_mtu_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h275 tBTA_GATTC_OP_CMPL op_cmpl; member