Lines Matching full:read_value
1245 tBTA_GATT_UNFMT read_value;1248 memset(&read_value, 0, sizeof(tBTA_GATT_UNFMT));1256 read_value.len = p_data->p_cmpl->att_value.len;1257 read_value.p_value = p_data->p_cmpl->att_value.value;1258 cb_data.read.p_value = &read_value;