Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c916 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_cfg_mtu() local
926 memset(&op_cmpl, 0, sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_cfg_mtu()
928 op_cmpl.status = status; in bta_gattc_cfg_mtu()
929 op_cmpl.op_code = GATTC_OPTYPE_CONFIG; in bta_gattc_cfg_mtu()
930 op_cmpl.p_cmpl = NULL; in bta_gattc_cfg_mtu()
932 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_cfg_mtu()
1074 tBTA_GATTC_OP_CMPL op_cmpl; in bta_gattc_read() local
1077 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL)); in bta_gattc_read()
1086 op_cmpl.status = BTA_GATT_ERROR; in bta_gattc_read()
1093 op_cmpl.status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
[all …]
Dbta_gattc_int.h231 tBTA_GATTC_OP_CMPL op_cmpl; member