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.c955 op_cmpl.p_cmpl = NULL; in bta_gattc_read()
1029 op_cmpl.p_cmpl = NULL; in bta_gattc_read_multi()
1080 op_cmpl.p_cmpl = NULL; in bta_gattc_write()
1109 op_cmpl.p_cmpl = NULL; in bta_gattc_execute()
1165 if (p_data->p_cmpl != NULL && p_data->status == BTA_GATT_OK) in bta_gattc_read_cmpl()
1168 p_data->p_cmpl->att_value.handle, in bta_gattc_read_cmpl()
1174 … APPL_TRACE_ERROR1("can not map to GATT ID. handle = 0x%04x", p_data->p_cmpl->att_value.handle); in bta_gattc_read_cmpl()
1180 &p_data->p_cmpl->att_value, in bta_gattc_read_cmpl()
1216 if (p_data->p_cmpl != NULL) in bta_gattc_write_cmpl()
1218 bta_gattc_handle2id(p_clcb->p_srcb, p_data->p_cmpl->handle, in bta_gattc_write_cmpl()
[all …]
Dbta_gattc_int.h163 tBTA_GATTC_CMPL *p_cmpl; member