Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c906 op_cmpl.p_cmpl = NULL; in bta_gattc_read()
980 op_cmpl.p_cmpl = NULL; in bta_gattc_read_multi()
1031 op_cmpl.p_cmpl = NULL; in bta_gattc_write()
1060 op_cmpl.p_cmpl = NULL; in bta_gattc_execute()
1117 if (p_data->p_cmpl != NULL && p_data->status == BTA_GATT_OK) in bta_gattc_read_cmpl()
1120 p_data->p_cmpl->att_value.handle, in bta_gattc_read_cmpl()
1126 … APPL_TRACE_ERROR1("can not map to GATT ID. handle = 0x%04x", p_data->p_cmpl->att_value.handle); in bta_gattc_read_cmpl()
1132 &p_data->p_cmpl->att_value, in bta_gattc_read_cmpl()
1168 if (p_data->p_cmpl != NULL) in bta_gattc_write_cmpl()
1170 bta_gattc_handle2id(p_clcb->p_srcb, p_data->p_cmpl->handle, in bta_gattc_write_cmpl()
[all …]
Dbta_gattc_int.h160 tBTA_GATTC_CMPL *p_cmpl; member