Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.cc858 if (handle == 0) handle = p_data->p_cmpl->att_value.handle; in bta_gattc_read_cmpl()
864 p_data->p_cmpl->att_value.len, p_data->p_cmpl->att_value.value, in bta_gattc_read_cmpl()
877 cb(p_clcb->bta_conn_id, p_data->status, p_data->p_cmpl->att_value.handle, in bta_gattc_write_cmpl()
903 if (p_data->p_cmpl && p_data->status == GATT_SUCCESS) in bta_gattc_cfg_mtu_cmpl()
904 p_clcb->p_srcb->mtu = p_data->p_cmpl->mtu; in bta_gattc_cfg_mtu_cmpl()
1324 p_buf->p_cmpl = (tGATT_CL_COMPLETE*)(p_buf + 1); in bta_gattc_cmpl_sendmsg()
1325 memcpy(p_buf->p_cmpl, p_data, sizeof(tGATT_CL_COMPLETE)); in bta_gattc_cmpl_sendmsg()
Dbta_gattc_int.h145 tBTA_GATTC_CMPL* p_cmpl; member